commit | bcf40815e0cda371cecc242398fe39b873bb1047 | [log] [tgz] |
---|---|---|
author | Matthieu CASTET <matthieu.castet@parrot.com> | Tue Feb 15 18:40:28 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 17 10:57:13 2011 -0800 |
tree | 19d63e63e3b62aafa41040f7e76d1e5db6e748bd | |
parent | e2904ee43c7009e6c4fc18738f15051312f22483 [diff] |
USB: don't run ehci_reset in ehci_run for tdi device TDI driver does the ehci_reset in their reset callback. Don't reset in ehci_run because configuration settings done in platform driver will be reset. This will allow to make msm use ehci_run. Signed-off-by: Matthieu CASTET <castet.matthieu@parrot.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>