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?

thanks,
ganesh

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

Reply via email to