patch-2.3.41 linux/drivers/usb/dc2xx.c

Next file: linux/drivers/usb/devices.c
Previous file: linux/drivers/usb/dabusb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/drivers/usb/dc2xx.c linux/drivers/usb/dc2xx.c
@@ -148,7 +148,7 @@
 	 * they matter in the application protocol.
 	 */
 	for (retries = 0; retries < MAX_READ_RETRY; retries++) {
-		unsigned long		count;
+		int			count;
 		int			result;
 
 		if (signal_pending (current)) {
@@ -216,7 +216,7 @@
 		}
 		while (thistime) {
 			int		result;
-			unsigned long	count;
+			int		count;
 
 			if (signal_pending (current)) {
 				if (!bytes_written)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)