All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.33 USB storage depmod error fix
@ 2002-09-01  7:24 Nicholas Miell
  0 siblings, 0 replies; only message in thread
From: Nicholas Miell @ 2002-09-01  7:24 UTC (permalink / raw)
  To: linux-kernel

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;



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-01  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-01  7:24 2.5.33 USB storage depmod error fix Nicholas Miell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.