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:
84e2306
)
irda: use GFP_KERNEL in irda_connect_response()
author
Mathias Krause
<minipli@googlemail.com>
Fri, 5 Apr 2013 10:41:28 +0000
(10:41 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 8 Apr 2013 16:09:18 +0000
(12:09 -0400)
The only call site of irda_connect_response() is irda_accept() -- a
function called from user context only. Therefore it has no need for
GFP_ATOMIC.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found