From: Dan Carpenter Date: Fri, 14 Sep 2012 06:53:23 +0000 (+0000) Subject: HID: sensors: use GFP_ATOMIC under spinlock X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~50^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7c4b8e3edfd109a8423ff593a12a5fe09615b2;p=pandora-kernel.git HID: sensors: use GFP_ATOMIC under spinlock We're holding a spinlock here so we can't call kmalloc() with GFP_KERNEL. Signed-off-by: Dan Carpenter Signed-off-by: Jiri Kosina Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed