git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0aefc7
)
usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue()
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Thu, 1 Aug 2013 19:50:47 +0000
(23:50 +0400)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 9 Aug 2013 13:33:31 +0000
(16:33 +0300)
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>
No differences found