media: go7007: use irqsave() in USB's complete callback
commita4733b5248af10d5088ba06495e3faad9f7822b3
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 10 Jul 2018 16:18:31 +0000 (10 12:18 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 2 Aug 2018 17:50:14 +0000 (2 13:50 -0400)
tree9b3943a77617fb1c1c4f48b38855a80f902f67bb
parentaa53bf0b03ae5e276c2714dc68e375d032bc9110
media: go7007: use irqsave() in USB's complete callback

The USB completion callback does not disable interrupts while acquiring
the lock. We want to remove the local_irq_disable() invocation from
__usb_hcd_giveback_urb() and therefore it is required for the callback
handler to disable the interrupts while acquiring the lock.
The callback may be invoked either in IRQ or BH context depending on the
USB host controller.
Use the _irqsave() variant of the locking primitives.

Cc: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/go7007/go7007-driver.c
drivers/media/usb/go7007/snd-go7007.c