summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-07-01 17:28:08 +0200
committerTakashi Iwai <tiwai@suse.de>2018-07-02 15:52:23 +0200
commit1259d239799bf9c898091d92adc4317f2c3d74ad (patch)
tree4b1103345e40008242e9b41fdd10d86d7059654b /include/sound
parent9b11233d8e2ca80afc6e16200b680c5daf051333 (diff)
ALSA: usb-midi: 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. Signed-off-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
0 files changed, 0 insertions, 0 deletions