Messages in this thread Patch in this message |  | | Subject | 2.5.33 USB storage depmod error fix | From | Nicholas Miell <> | Date | 01 Sep 2002 00:24:57 -0700 |
| |
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/
|  |