From: Tapasweni Pathak Date: Fri, 20 Feb 2015 13:13:53 +0000 (+0530) Subject: staging: emxx_udc: Replace GFP_KERNEL with GFP_ATOMIC X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~1012 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a0721bf84da588bec013220f74563add71c0bbe;p=pandora-kernel.git staging: emxx_udc: Replace GFP_KERNEL with GFP_ATOMIC To avoid deadlock, do not call blocking functions with spinlocks held. Replace GFP_KERNEL with GFP_ATOMIC, as the latter will fail if the pile doesn't have enough free pages but will not sleep and hence deadlock can be avoided. Found by Coccinelle. Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed