From: Dan Carpenter Date: Mon, 14 Mar 2011 09:33:37 +0000 (+0300) Subject: Staging: crystalhd: change GFP_ATOMIC to GFP_KERNEL X-Git-Tag: v2.6.39-rc1~469^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b6ff03527247c81eab37d95b7fb36e7eda1939;p=pandora-kernel.git Staging: crystalhd: change GFP_ATOMIC to GFP_KERNEL These two allocations are only called from the probe() path and there aren't any locks held for probe(). Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed