diff options
author | 2015-09-21 11:08:36 +0300 | |
---|---|---|
committer | 2015-09-21 14:42:36 -0500 | |
commit | a66c275b3d5d8467d770dabd30927f5d5e857294 (patch) | |
tree | 7745302518c1cff3f44ac773300e054fcfb3bd51 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | usb: musb: fix cppi channel teardown for isoch transfer (diff) | |
download | wireguard-linux-a66c275b3d5d8467d770dabd30927f5d5e857294.tar.xz wireguard-linux-a66c275b3d5d8467d770dabd30927f5d5e857294.zip |
usb: dwc3: gadget: Fix BUG in RT config
Using spin_lock() in hard irq handler is pointless
and causes a BUG() in RT (real-time) configuration
so get rid of it.
The reason it's pointless is because the driver is
basically accessing register which is, anyways,
atomic.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions