* 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.
This commit is contained in:
Colin Watson 2010-09-21 16:13:04 +01:00
parent d7dbe92395
commit 174de8f340
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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> 2010-09-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Make * grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Make

View file

@ -309,7 +309,7 @@ detach_device (grub_usb_device_t dev)
static void static void
poll_nonroot_hub (grub_usb_device_t dev) poll_nonroot_hub (grub_usb_device_t dev)
{ {
grub_err_t err; grub_usb_err_t err;
unsigned i; unsigned i;
grub_uint8_t changed; grub_uint8_t changed;
grub_size_t actual; grub_size_t actual;