From: Felipe Balbi Date: Thu, 27 Jun 2013 07:00:18 +0000 (+0300) Subject: usb: dwc3: gadget: don't request IRQs in atomic X-Git-Tag: v3.12-rc1~186^2~77^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d7ffd44ba9cd2dfbf299674418193a5f9ed21a;p=pandora-kernel.git usb: dwc3: gadget: don't request IRQs in atomic We cannot request an IRQ with spinlocks held as that would trigger a sleeping inside spinlock warning. Cc: # v3.10 Reported-by: Stephen Boyd Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed