ChangeSet 1.1117.2.6, 2003/02/28 14:19:46-08:00, [EMAIL PROTECTED]

[PATCH] usbcld typo

Against 2.5.63. I believe && is meant here, not &.


 drivers/usb/misc/usblcd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/misc/usblcd.c b/drivers/usb/misc/usblcd.c
--- a/drivers/usb/misc/usblcd.c Fri Feb 28 14:48:01 2003
+++ b/drivers/usb/misc/usblcd.c Fri Feb 28 14:48:01 2003
@@ -153,7 +153,7 @@
                                }
                                interruptible_sleep_on_timeout(&lcd-> wait_q, 
NAK_TIMEOUT);
                                continue;
-                       } else if (!result & partial) {
+                       } else if (!result && partial) {
                                obuf += partial;
                                thistime -= partial;
                        } else



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to