Merge branch 'ISDN-irqsave-and-usb_fill_int_urb'
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 Jun 2018 04:54:39 +0000 (13:54 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jun 2018 04:54:39 +0000 (13:54 +0900)
commitb212ffa14d5a4e4318523bc0bc9fe1104d206f5d
tree3bf240c6b0b3a55ce69d9a7d7bcade61abed6bdd
parente8f5b035276a71125d9872cb59c00eac7d907a79
parent16630f54fe28fb50f95f2911dc7a3b4bf137305f
Merge branch 'ISDN-irqsave-and-usb_fill_int_urb'

Sebastian Andrzej Siewior says:

====================
ISDN: use irqsave() in URB completion + usb_fill_int_urb

This series is mostly about using _irqsave() primitives in the
completion callback in order to get rid of local_irq_save() in
__usb_hcd_giveback_urb(). While at it, I also tried to move drivers to
use usb_fill_int_urb() otherwise it is hard find users of a certain API.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>