From: Dan Carpenter Date: Tue, 17 Apr 2012 06:28:47 +0000 (+0300) Subject: wlcore: fixup an allocation X-Git-Tag: v3.5-rc1~101^2~6^2^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0230dfea09f7319658c86c07f5507092366dfc00;p=pandora-kernel.git wlcore: fixup an allocation GFP_DMA isn't supposed to be used by itself. This allocation is allowed to sleep so it should be ORing it with GFP_KERNEL. Also we should check for allocations errors. Signed-off-by: Dan Carpenter Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed