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:
d3d472b
)
staging: btmtk_usb: use GFP_KERNEL inplace of GFP_ATOMIC in _probe path
author
Devendra Naga
<devendra.aaru@gmail.com>
Sun, 2 Jun 2013 16:55:26 +0000
(22:25 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 3 Jun 2013 19:35:53 +0000
(12:35 -0700)
the _probe function doesn't run in interrupt context, so no need to use
the GFP_ATOMIC allocations, instead driver can request for GFP_KERNEL
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found