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:
b1c43f8
)
Char: nozomi, use GFP_KERNEL for kfifo allocation
author
Jiri Slaby
<jslaby@suse.cz>
Wed, 20 Apr 2011 08:43:12 +0000
(10:43 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 25 Apr 2011 21:19:10 +0000
(14:19 -0700)
The allocation was moved to probe function in
9842c38e9176
. And we can
sleep there. So allocate the 4*8192 bytes as GFP_KERNEL to mitigate
the allocation failure.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Tested-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found