+2009-05-04 David S. Miller <davem@davemloft.net>
+
+ * kern/ieee1275/openfw.c (grub_children_iterate): Fix string
+ pointer args to grub_ieee1275_get_property().
+
2009-05-04 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START): Set
struct grub_ieee1275_devalias alias;
grub_ssize_t actual;
- if (grub_ieee1275_get_property (child, "device_type", &childtype,
+ if (grub_ieee1275_get_property (child, "device_type", childtype,
sizeof childtype, &actual))
continue;
&actual))
continue;
- if (grub_ieee1275_get_property (child, "name", &childname,
+ if (grub_ieee1275_get_property (child, "name", childname,
sizeof childname, &actual))
continue;