From: Jiri Slaby Date: Wed, 20 Apr 2011 08:43:12 +0000 (+0200) Subject: Char: nozomi, use GFP_KERNEL for kfifo allocation X-Git-Tag: v3.0-rc1~338^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29bd8d89c9423aed182dbfdb6527b576a2f3552;p=pandora-kernel.git Char: nozomi, use GFP_KERNEL for kfifo allocation 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 Tested-by: Gerald Pfeifer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed