]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: gadget: remove unnecessary _irqsave()
authorFelipe Balbi <balbi@ti.com>
Mon, 28 Sep 2015 20:18:33 +0000 (15:18 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 28 Sep 2015 20:19:31 +0000 (15:19 -0500)
commit5e985ac11fd6714aaca8e6fd9499ec88a21d754c
tree9901d4ce7f92f50f2ca79157f75a318007409ed5
parent886dfedddc940a32944d7be1c691345c1a64eca5
usb: dwc3: gadget: remove unnecessary _irqsave()

We *know* our threads executes with our IRQs
disabled. We really don't need to use the _irqsave()
variant of spin_lock().

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c