From: Alexey Khoroshilov Date: Thu, 1 Aug 2013 19:50:47 +0000 (+0400) Subject: usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue() X-Git-Tag: v3.12-rc1~186^2~77^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffcba5a510af99e9d443b7e577a9cb0515c919e1;p=pandora-kernel.git usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue() As far as prep_dma() is called with spinlock held, we have to pass GFP_ATOMIC regardless of gfp argument. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed