This patch fixes a return code that was mangled during a hand-merging of some code changes.
Greg, please apply.
Matt
# This is a BitKeeper generated patch for the following project:
# Project Name: greg k-h's linux 2.5 USB kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.636 -> 1.637
# drivers/usb/storage/shuttle_usbat.c 1.18 -> 1.19
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/10/27 [EMAIL PROTECTED] 1.637
# Fix a return code error introduced during a recent merge.
# --------------------------------------------
#
diff -Nru a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c
--- a/drivers/usb/storage/shuttle_usbat.c Sun Oct 27 19:17:20 2002
+++ b/drivers/usb/storage/shuttle_usbat.c Sun Oct 27 19:17:20 2002
@@ -759,7 +759,7 @@
US_DEBUGP("INIT 15\n");
- return USB_STOR_TRANSPORT_ERROR;
+ return USB_STOR_TRANSPORT_GOOD;
}
/*
--
Matthew Dharm Home: [EMAIL PROTECTED]
Maintainer, Linux USB Mass Storage Driver
Somebody call an exorcist!
-- Dust Puppy
User Friendly, 5/16/1998
msg09048/pgp00000.pgp
Description: PGP signature
