From: Hanno Meyer-Thurow <h.mth@web.de>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.9-rc3-mm1, bk-pci patch, USB hubs
Date: Sun, 3 Oct 2004 21:02:37 +0200 [thread overview]
Message-ID: <20041003210237.1c1a6132.h.mth@web.de> (raw)
Hi Jon,
> These changes make the USB hub module fail to load. I get a trap in
> kmem_cache_alloc called from uhci_alloc_urb_private. Reverting them
> fixes it.
I use EHCI and UHCI and i just had to revert only the part for UHCI. EHCI works just fine here!
This part reverting:
diff -Nru a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
--- a/drivers/usb/host/uhci-hcd.c 2004-10-03 14:22:49 -04:00
+++ b/drivers/usb/host/uhci-hcd.c 2004-10-03 14:22:49 -04:00
@@ -2534,7 +2534,7 @@
if (!uhci_up_cachep)
goto up_failed;
- retval = pci_module_init(&uhci_pci_driver);
+ retval = pci_register_driver(&uhci_pci_driver);
if (retval)
goto init_failed;
next reply other threads:[~2004-10-03 18:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-03 19:02 Hanno Meyer-Thurow [this message]
2004-10-03 19:07 ` 2.6.9-rc3-mm1, bk-pci patch, USB hubs Jon Smirl
-- strict thread matches above, loose matches on Subject: below --
2004-10-03 18:33 Jon Smirl
2004-10-04 22:11 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041003210237.1c1a6132.h.mth@web.de \
--to=h.mth@web.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.