From: David Brownell Date: Thu, 24 Jan 2008 20:39:43 +0000 (-0800) Subject: usb: ehci, remove false clear-reset path X-Git-Tag: v2.6.25-rc1~1075^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4cdc93ce04b562412df6c0cf25c564ab2522ac;p=pandora-kernel.git 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 .) Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed