ChangeSet 1.998, 2003/02/20 11:11:54-08:00, [EMAIL PROTECTED]

[PATCH] USB: 2.4 ehci uses SLAB_KERNEL in interrupt


diff -Nru a/drivers/usb/hcd/ehci-q.c b/drivers/usb/hcd/ehci-q.c
--- a/drivers/usb/hcd/ehci-q.c  Thu Feb 20 12:07:02 2003
+++ b/drivers/usb/hcd/ehci-q.c  Thu Feb 20 12:07:02 2003
@@ -240,7 +240,7 @@
                int     status;
 
                resubmit->dev = dev;
-               status = SUBMIT_URB (resubmit, SLAB_KERNEL);
+               status = SUBMIT_URB (resubmit, SLAB_ATOMIC);
                if (status != 0)
                        err ("can't resubmit interrupt urb %p: status %d",
                                        resubmit, status);



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to