# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.613   -> 1.614  
#	drivers/usb/storage/transport.c	1.27    -> 1.28   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/09/05	greg@kroah.com	1.614
# USB: storage driver: replace show_trace() with BUG()
# --------------------------------------------
#
diff -Nru a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c
--- a/drivers/usb/storage/transport.c	Thu Sep  5 08:50:58 2002
+++ b/drivers/usb/storage/transport.c	Thu Sep  5 08:50:58 2002
@@ -350,7 +350,7 @@
 	 */
 	if (len != srb->request_bufflen) {
 		printk("USB len=%d, request_bufflen=%d\n", len, srb->request_bufflen);
-		show_trace(NULL);
+		BUG();
 	}
 
 	return len;
