From: Alexey Khoroshilov Date: Tue, 8 Oct 2013 20:50:15 +0000 (+0400) Subject: staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMIC X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~386 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d8c83cb55ee58cdbdc4b8a27e3855516efa484;p=pandora-kernel.git staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMIC As far as alloc_mux_rx() is called from probe() only there is no need in GFP_ATOMIC here. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed