commit | ffcba5a510af99e9d443b7e577a9cb0515c919e1 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Thu Aug 01 23:50:47 2013 +0400 |
committer | Felipe Balbi <balbi@ti.com> | Fri Aug 09 16:33:31 2013 +0300 |
tree | 405e5c85b61074aa7f5e2f19f4ae9758912f18be | |
parent | c0aefc75ce2512bc308a89ca3cb7bece63c1128f [diff] |
usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue() As far as prep_dma() is called with spinlock held, we have to pass GFP_ATOMIC regardless of gfp argument. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Felipe Balbi <balbi@ti.com>