commit | 7d670a2ed770a3405a7edb1159e3fa9b3f43fe46 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Apr 05 13:36:04 2011 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Apr 13 16:36:05 2011 -0700 |
tree | e84a3b517849d73f3b64cc571f0dbc79f196e65c | |
parent | 4661ffc91befc8c5ee080720120da1d53851060a [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>