patch-2.4.0-test7 linux/drivers/usb/devio.c

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

diff -u --recursive --new-file v2.4.0-test6/linux/drivers/usb/devio.c linux/drivers/usb/devio.c
@@ -733,8 +733,7 @@
         else
                 pipe = usb_sndbulkpipe(ps->dev, ep & 0x7f);
 
-	usb_clear_halt(ps->dev, pipe);
-	return 0;
+	return usb_clear_halt(ps->dev, pipe);
 }
 		
 

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