xhci: Use completion and status in global command queue
authorMathias Nyman <mathias.nyman@linux.intel.com>
Thu, 8 May 2014 16:26:02 +0000 (19:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 May 2014 01:03:25 +0000 (10:03 +0900)
commit9ea1833e4c210ac5580f63495be15502f275c578
treef9eae8830776fa03922f49c05ec09730f01c54a2
parentc9aa1a2de4cbf7d0db6012fbf86b6ee0c3719470
xhci: Use completion and status in global command queue

Remove the per-device command list and handle_cmd_in_cmd_wait_list()
and use the completion and status variables found in the
command structure in the global command list.

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