commit | b0d7ffd44ba9cd2dfbf299674418193a5f9ed21a | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Jun 27 10:00:18 2013 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jul 29 13:56:39 2013 +0300 |
tree | f94aa3f515255204fab472d80814e1fd8ead1d1e | |
parent | 2b0c49530bc5fdbde93295e5c8f26f55d0de1e04 [diff] |
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: <stable@vger.kernel.org> # v3.10 Reported-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Felipe Balbi <balbi@ti.com>