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:
811c370
)
USB: mos7720: replace unnecessary atomic allocations
author
Johan Hovold
<johan@kernel.org>
Wed, 29 Oct 2014 08:07:33 +0000
(09:07 +0100)
committer
Johan Hovold
<johan@kernel.org>
Mon, 3 Nov 2014 08:15:17 +0000
(09:15 +0100)
Use GFP_KERNEL instead of GFP_ATOMIC for allocations in set_termios and
port-setting helper which both may and do sleep.
Signed-off-by: Johan Hovold <johan@kernel.org>
No differences found