diff -Nru a/drivers/usb/host/ehci-q.c b/drivers/usb/host/ehci-q.c
--- a/drivers/usb/host/ehci-q.c Wed Feb 11 11:42:39 2004
+++ b/drivers/usb/host/ehci-q.c Wed Feb 11 11:42:39 2004
@@ -776,7 +776,7 @@
        qh = (struct ehci_qh *) *ptr;
        if (unlikely (qh == 0)) {
                /* can't sleep here, we have ehci->lock... */
-               qh = qh_make (ehci, urb, SLAB_ATOMIC);
+               qh = qh_make (ehci, urb, GFP_ATOMIC);
                *ptr = qh;
        }
        if (likely (qh != 0)) {


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to