From: Alexey Khoroshilov Date: Wed, 7 May 2014 20:26:52 +0000 (+0400) Subject: usb: gadget: gr_udc: unconditionally use GFP_ATOMIC in gr_queue_ext() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966036fde60e6d96708815e0d495692ac352acf9;p=pandora-kernel.git usb: gadget: gr_udc: unconditionally use GFP_ATOMIC in gr_queue_ext() As far as gr_queue() is called with spinlock held, we have to pass GFP_ATOMIC regardless of gfp argument. Found by Linux Driver Verification project (linuxtesting.org). Acked-by: Andreas Larsson Signed-off-by: Alexey Khoroshilov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed