]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xhci: remove unnecessary xhci_quiesce call before xhci_halt
authorMathias Nyman <mathias.nyman@linux.intel.com>
Fri, 11 Nov 2016 13:13:10 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 09:18:21 +0000 (10:18 +0100)
commitcf5d344e13655df2fcb049ae212fe59c617349a7
tree1bf31ca7b32ee47b2dc087a785cc9825a4b4a815
parent8a0a8e1c42fdf656e7b729e9c468c2caa687adb7
xhci: remove unnecessary xhci_quiesce call before xhci_halt

Fist function called in xhci_halt is xhci_quiesce, so no point
in calling it twice

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c