On Fri, 27 Apr 2001, Johannes Erdfelt wrote:
> If you can, give me the output of /proc/device/uhci/hc0? That should
> help us track this down.
Will send it next week when I've access to the development board. One
output while everything is still running and one after it has stopped
might show some interesting difference, I hope.
Thanks for the hint - I had not spotted this new proc-node so far.
Btw, this entry is not removed when unloading the module, so after
some playing you get a nice collection of them ;-)
It's a typo in the constant name string used at 3 places - probably better
to #define or static const?
Patch below fixes the typo - tested for 2.4.4-pre8, should be ok for
2.4.4-final too.
Martin
--------------
--- linux-2.4.4-pre8/drivers/usb/uhci.c.orig Sat Apr 28 23:44:33 2001
+++ linux-2.4.4-pre8/drivers/usb/uhci.c Sat Apr 28 23:45:01 2001
@@ -2986,7 +2986,7 @@
up_failed:
#ifdef CONFIG_PROC_FS
- remove_proc_entry("uhci", 0);
+ remove_proc_entry("driver/uhci", 0);
proc_failed:
#endif
@@ -3006,7 +3006,7 @@
printk(KERN_INFO "uhci: not all urb_priv's were freed\n");
#ifdef CONFIG_PROC_FS
- remove_proc_entry("uhci", 0);
+ remove_proc_entry("driver/uhci", 0);
#endif
if (errbuf)
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel