From: Alan Stern Date: Tue, 5 Apr 2011 17:36:04 +0000 (-0400) Subject: USB: UHCI: remove uses of hcd->state X-Git-Tag: v3.0-rc1~337^2~138^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d670a2ed770a3405a7edb1159e3fa9b3f43fe46;p=pandora-kernel.git USB: UHCI: remove uses of hcd->state This patch (as1456) removes all uses of hcd->state from the uhci-hcd driver, as part of the overall strategy to eliminate hcd->state completely. Now when a controller dies we call usb_hc_died() directly, instead of relying on the core interrupt handler to see that hcd->state has changed to HC_STATE_HALT and make the call for us. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed