--- linux-2.4.4/drivers/usb/usb-uhci.c  Fri Apr 27 15:13:07 2001
+++ linux-2.4.4-niph/drivers/usb/usb-uhci.c     Thu May  3 19:30:05 2001
@@ -2918,8 +2918,9 @@
 
        if (request_irq (irq, uhci_interrupt, SA_SHIRQ, MODNAME, s)) {
                err("request_irq %d failed!",irq);
-               usb_free_bus (bus);
                reset_hc (s);
+               usb_deregister_bus (s->bus);
+               usb_free_bus (bus);
                release_region (s->io_addr, s->io_size);
                cleanup_skel(s);
                kfree(s);

Oops is attached to URL below, for those who are interested:
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=33361

-- Pete

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to