summaryrefslogtreecommitdiff
path: root/tools/pcmcia/Makefile
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-06-25 01:08:38 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-28 13:36:06 +0300
commit0f5f7ace852ff172d77dfbbc89e6a86349f7f476 (patch)
tree564041f43e06220d0abf5f3818a49a43b4b05ea2 /tools/pcmcia/Makefile
parent3f38dace1a206d0ffe9d9a25e97288fbf8c79b55 (diff)
downloadlinux-0f5f7ace852ff172d77dfbbc89e6a86349f7f476.tar.xz
usb: usblp: 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: Pete Zaitcev <zaitcev@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/pcmcia/Makefile')
0 files changed, 0 insertions, 0 deletions