* 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

@ -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)