commit | cd4cdc93ce04b562412df6c0cf25c564ab2522ac | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Thu Jan 24 12:39:43 2008 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 14:35:06 2008 -0800 |
tree | 37a3960baf1cd7e0fcfd5b12e69dc1bbcf263a27 | |
parent | b75be4abf18e9725766ed835f0d2cf201b52de7e [diff] |
usb: ehci, remove false clear-reset path Some of the "EHCI ports reset forever" problems may be explained by code paths which wrongly flagged resets as complete. This removes two such paths; the ehci_hub_status_data() path should be the only one to have an effect, since it was already properly flagged on the other path. (Issue noted by Minhyoung Kim <a9a9@lge.com>.) Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>