]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()
authorMathias Nyman <mathias.nyman@linux.intel.com>
Wed, 30 Nov 2022 09:19:44 +0000 (11:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Nov 2022 11:10:48 +0000 (12:10 +0100)
commit7428a253315cefa34e6092a0119c56cb3a1c0c12
treede6161bbe7b0d4c31fa5da458714bf9f9d556845
parenta1575120972ecd7baa6af6a69e4e7ea9213bde7c
xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()

The stream_id parameter is no longer used when handling halted endpoints.
Remove it

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