From: Sarah Sharp Date: Fri, 11 Mar 2011 16:47:33 +0000 (-0800) Subject: xhci: Remove references to HC_STATE_HALT. X-Git-Tag: v2.6.39-rc1~472^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac04e6ff3e32699920ae75b22e2bec7f7c631434;p=pandora-kernel.git 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 --- Reading git-diff-tree failed