* grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Fix the type of

"changed".
This commit is contained in:
Melki Christian 2013-09-23 14:39:13 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 68b777070a
commit d755342abe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-09-23 Melki Christian <Christian.melki@saabgroup.com>
* grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Fix the type of
"changed".
2013-09-23 Josh Triplett <josh@joshtriplett.org>
* grub-core/boot/i386/pc/lnxboot.S: Re-add support for recording the

View File

@ -486,7 +486,7 @@ poll_nonroot_hub (grub_usb_device_t dev)
{
grub_usb_err_t err;
unsigned i;
grub_uint8_t changed;
grub_uint32_t changed;
grub_size_t actual, len;
if (!dev->hub_transfer)