2009-04-17 Pavel Roskin <proski@gnu.org>
* bus/usb/usbtrans.c (grub_usb_control_msg): Warning fix.
This commit is contained in:
parent
1bc09c352c
commit
b012002d59
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2009-04-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* bus/usb/usbtrans.c (grub_usb_control_msg): Warning fix.
|
||||
|
||||
* loader/multiboot_loader.c (grub_cmd_multiboot_loader): Fix
|
||||
return without a value. Fix inconsistent indentation.
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ grub_usb_control_msg (grub_usb_device_t dev,
|
|||
int datablocks;
|
||||
struct grub_usb_packet_setup setupdata;
|
||||
grub_usb_err_t err;
|
||||
int max;
|
||||
unsigned int max;
|
||||
|
||||
grub_dprintf ("usb",
|
||||
"control: reqtype=0x%02x req=0x%02x val=0x%02x idx=0x%02x size=%d\n",
|
||||
|
|
Loading…
Reference in a new issue