`err' to grub_usb_err_t.
Reported and tested by: KESHAV P.R.
+2010-09-21 Colin Watson <cjwatson@ubuntu.com>
+
+ * grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Change type of
+ `err' to grub_usb_err_t.
+ Reported and tested by: KESHAV P.R.
+
2010-09-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Make
static void
poll_nonroot_hub (grub_usb_device_t dev)
{
- grub_err_t err;
+ grub_usb_err_t err;
unsigned i;
grub_uint8_t changed;
grub_size_t actual;