xhci: remove unnecessary boolean parameter from xhci_alloc_command
authorMathias Nyman <mathias.nyman@linux.intel.com>
Fri, 8 Dec 2017 15:59:08 +0000 (17:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2017 16:43:52 +0000 (17:43 +0100)
commit103afda0e6ac58927bc85dc5a7ebc0f51892f407
tree77a35aee18fae56739125167c83d4c8257b54a3e
parent14d49b7a0bfe76ef694a61e0c7b5f091ea780b91
xhci: remove unnecessary boolean parameter from xhci_alloc_command

commands with input contexts are allocated with the
xhci_alloc_command_with_ctx helper.

No functional changes

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