The memory allocation flag GFP_KERNEL is not permissible in an
authorBernd Porr <Bernd.Porr@f2s.com>
Thu, 11 Nov 2004 00:20:21 +0000 (00:20 +0000)
committerBernd Porr <Bernd.Porr@f2s.com>
Thu, 11 Nov 2004 00:20:21 +0000 (00:20 +0000)
commit09cf33bdb0bcf943d7e05069bf3ba786237fe5e5
treeb5ef7601c7d5afdce5accd74180aa1d3f490e74c
parent873bc6e260493d329eaf25dadf44ebebcb491f3a
The memory allocation flag GFP_KERNEL is not permissible in an
interrupt callback. It has to be GFP_ATOMIC. The submit_urb
function has been called with the wrong kernel kernel flag. It's
now GFP_ATOMIC. Thanks for the feedback from Dave Brownell.
include/linux/usb.h