On Fri, Mar 08, 2002 at 06:59:57PM +0530, V Ganesh wrote:
> hi,
>       I noticed that usb_submit_urb() is supposed to be used with a GFP
> flag, which ought to be GFP_ATOMIC if called from an interrupt handler or
> bottom half. however, a grep of GFP_ATOMIC in drivers/usb/serial/* in greg's
> 2.5 tree draws a total blank. I would have thought a function like
> visor_read_bulk_callback() should have used GFP_ATOMIC rather than GFP_KERNEL
> to resubmit the bulk read urb. could someone please clarify this?

Like Oliver said, you are right.  Want to make a patch to fix all of
drivers/usb/serial/* ?

thanks,

greg k-h

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

Reply via email to