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:
1912528
)
USB: opticon: fix non-atomic allocation in write path
author
Johan Hovold
<johan@kernel.org>
Wed, 29 Oct 2014 08:07:31 +0000
(09:07 +0100)
committer
Johan Hovold
<johan@kernel.org>
Mon, 3 Nov 2014 08:07:30 +0000
(09:07 +0100)
Write may be called from interrupt context so make sure to use
GFP_ATOMIC for all allocations in write.
Fixes:
0d930e51cfe6
("USB: opticon: Add Opticon OPN2001 write support")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
No differences found