commit | c6d7641470fed467777a886c64329fff8f5abf0b | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Sat Dec 07 11:54:19 2013 -0600 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 09 10:01:40 2013 -0600 |
tree | e75c05e6f6c4b3bde1bb84d351a281b513c91e17 | |
parent | 9ba96ae5074c9f15b357919e704ceba2bd34972d [diff] |
usb: dwc3: omap: remove unnecessary lock the lock was only taken inside the hardirq handler, which runs with IRQs disabled. There's no chance of any race condition happening, even on SMP machines. It's safe to remove that spinlock. Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>