2.5.33 USB storage depmod error fix

From: Nicholas Miell (nmiell@attbi.com)
Date: Sun Sep 01 2002 - 02:24:57 EST


show_trace isn't exported, nor is it defined by all architectures. (This
is what I use to get the usb-storage module to work; the more
appropriate solution would be to implement show_trace on all
architectures and properly export it.)

--- linux-2.5-build/drivers/usb/storage/transport.c.~1~ Sat Aug 17 12:07:00 2002
+++ linux-2.5-build/drivers/usb/storage/transport.c Sun Sep 1 00:20:28 2002
@@ -350,7 +350,6 @@
          */
         if (len != srb->request_bufflen) {
                 printk("USB len=%d, request_bufflen=%d\n", len, srb->request_bufflen);
- show_trace(NULL);
         }
 
         return len;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:13 EST