summaryrefslogtreecommitdiff
path: root/drivers/usb/usb-skeleton.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-06-25 00:08:37 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-28 19:36:06 +0900
commit3f38dace1a206d0ffe9d9a25e97288fbf8c79b55 (patch)
treed79a23197f590e027b3044079c172140eed2a7a7 /drivers/usb/usb-skeleton.c
parent31adcb0a9cba3b7e3560c6364aaa8d0060764e12 (diff)
downloadlinux-3f38dace1a206d0ffe9d9a25e97288fbf8c79b55.tar.gz
linux-3f38dace1a206d0ffe9d9a25e97288fbf8c79b55.tar.bz2
linux-3f38dace1a206d0ffe9d9a25e97288fbf8c79b55.zip
usb: usbfs: 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: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/usb-skeleton.c')
0 files changed, 0 insertions, 0 deletions