]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Fix the type of
authorMelki Christian <Christian.melki@saabgroup.com>
Mon, 23 Sep 2013 12:39:13 +0000 (14:39 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 23 Sep 2013 12:39:13 +0000 (14:39 +0200)
"changed".

ChangeLog
grub-core/bus/usb/usbhub.c

index d94b30b1fef8a190529d18bf54e4545739784e7e..85388f2f597afd6bd219e5ec11b211a9930e3859 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index cec39702b6706a3c64155ab80d56d2cafbe3db75..a06ed949f12f5814e3b703de074be46a33499acf 100644 (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)