From: Andreas Larsson Date: Tue, 1 Apr 2014 10:15:17 +0000 (+0200) Subject: usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under held spinlock X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8652bcbfa09ca5ba24423c7c45c28b7d8771e0a8;p=pandora-kernel.git usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under held spinlock As gr_ep_init must be called with dev->lock held, GFP_KERNEL must not be used. Reported-by: Dan Carpenter Signed-off-by: Andreas Larsson Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed