From: Luciano Coelho Date: Thu, 3 May 2012 07:31:02 +0000 (+0300) Subject: wlcore: use GFP_KERNEL together with GFP_DMA X-Git-Tag: v3.5-rc1~101^2~6^2^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd492ed7898570c744b2fe0d5856f11a043c66a7;p=pandora-kernel.git wlcore: use GFP_KERNEL together with GFP_DMA GFP_DMA should not be used by itself, it still needs GFP_KERNEL or such. Fix two occurrences of allocations with GFP_DMA only. Reported-by: Dan Carpenter Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed