xhci: Remove references to HC_STATE_HALT.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 11 Mar 2011 16:47:33 +0000 (08:47 -0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 14 Mar 2011 01:07:10 +0000 (18:07 -0700)
commitac04e6ff3e32699920ae75b22e2bec7f7c631434
tree0b78396622fc9a17f933e2ca3541be4d5f2a4512
parentbdfca5025a159c8bb966e3b87b0c084dd1f831a9
xhci: Remove references to HC_STATE_HALT.

The xHCI driver doesn't ever test hcd->state for HC_STATE_HALT.  The USB
core recently stopped using it internally, so there's no point in setting
it in the driver.  We still need to set HC_STATE_RUNNING in order to make
it past the USB core's hcd->state check in register_roothub().

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.c