]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()
authorNiklas Neronin <niklas.neronin@linux.intel.com>
Wed, 26 Jun 2024 12:48:21 +0000 (15:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jun 2024 14:08:05 +0000 (16:08 +0200)
commitec3cdfd6d91380f8ea81d7b13cc2a6788c8d9678
tree2eb537962bdfb58ab0b9f20ea514fc9fece0fb9f
parent3dd91ff610454f2a81b132afc7ea3c3e1b7bba53
usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()

Argument u32 'cmd_comp_code' is not used, and as a consequence
is removed.

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