ChangeSet 1.808.2.24, 2002/10/28 11:58:39-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: fix error code
This patch fixes a return code that was mangled during a hand-merging of
some code changes.
diff -Nru a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c
--- a/drivers/usb/storage/shuttle_usbat.c Mon Oct 28 13:51:44 2002
+++ b/drivers/usb/storage/shuttle_usbat.c Mon Oct 28 13:51:44 2002
@@ -759,7 +759,7 @@
US_DEBUGP("INIT 15\n");
- return USB_STOR_TRANSPORT_ERROR;
+ return USB_STOR_TRANSPORT_GOOD;
}
/*
-------------------------------------------------------
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