commit | 23dec686224efcfee29134f8d757c5b048e5f221 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Sat Feb 27 21:33:21 2010 +0300 |
committer | Remy Bohmer <linux@bohmer.net> | Thu Apr 08 21:39:59 2010 +0200 |
tree | 0e912b33e762fc9ea2fc715e3d86bb93477a35e5 | |
parent | 9de4ac4a5334faad1e153799de5949bf833643e0 [diff] |
EHCI: fix port reset reporting Commit b416191a14770c6bcc6fd67be7decf8159b2baee (Fix EHCI port reset.) didn't move the code that checked for successful clearing of the port reset bit from ehci_submit_root(), relying on wait_ms() call instead. The mentioned code also erroneously reported port reset state when the reset was already completed. Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>