usb: dwc3: gadget: don't request IRQs in atomic
authorFelipe Balbi <balbi@ti.com>
Thu, 27 Jun 2013 07:00:18 +0000 (10:00 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:56:39 +0000 (13:56 +0300)
We cannot request an IRQ with spinlocks held
as that would trigger a sleeping inside
spinlock warning.

Cc: <stable@vger.kernel.org> # v3.10
Reported-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found