commit | c8b2d1dc0f1667029f42c3fa21f70906414af325 | [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 | e06a055bcd966adf62a5653c84db781915392e41 [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>