[2126] 2009-04-17 Pavel Roskin <[email protected]>

Pavel Roskin <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2126
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2126
Author:   proski
Date:     2009-04-17 17:09:36 +0000 (Fri, 17 Apr 2009)
Log Message:
-----------
2009-04-17  Pavel Roskin  <[email protected]>

	* bus/usb/usbtrans.c (grub_usb_control_msg): Warning fix.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/bus/usb/usbtrans.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-04-17 16:35:26 UTC (rev 2125)
+++ trunk/grub2/ChangeLog	2009-04-17 17:09:36 UTC (rev 2126)
@@ -1,5 +1,7 @@
 2009-04-17  Pavel Roskin  <[email protected]>
 
+	* 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.
 

Modified: trunk/grub2/bus/usb/usbtrans.c
===================================================================
--- trunk/grub2/bus/usb/usbtrans.c	2009-04-17 16:35:26 UTC (rev 2125)
+++ trunk/grub2/bus/usb/usbtrans.c	2009-04-17 17:09:36 UTC (rev 2126)
@@ -36,7 +36,7 @@
   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",
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.