]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()
authorLu Baolu <baolu.lu@linux.intel.com>
Fri, 16 Mar 2018 14:32:59 +0000 (16:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Mar 2018 14:40:18 +0000 (15:40 +0100)
commit5fee5a5afa9ff1e4a242a492d5ce181974fbd969
treea81d206e4ebab422cc365063d4874a02242c5ccf
parent29f653393e740b159933b03de25f929bec7b31b7
usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()

Function argument ep_trb for xhci_cleanup_halted_endpoint() isn't
needed anymore. Cleanup it.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
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