ChangeSet 1.1117.2.7, 2003/02/28 14:20:05-08:00, [EMAIL PROTECTED]

[PATCH] rio500 typo

I believe && is meant here, but I cannot test it. This is against 2.5.63


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


diff -Nru a/drivers/usb/misc/rio500.c b/drivers/usb/misc/rio500.c
--- a/drivers/usb/misc/rio500.c Fri Feb 28 14:47:53 2003
+++ b/drivers/usb/misc/rio500.c Fri Feb 28 14:47:53 2003
@@ -332,7 +332,7 @@
                                }
                                interruptible_sleep_on_timeout(&rio-> 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