USB: don't run ehci_reset in ehci_run for tdi device
authorMatthieu CASTET <matthieu.castet@parrot.com>
Tue, 15 Feb 2011 17:40:28 +0000 (18:40 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 18:57:13 +0000 (10:57 -0800)
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>

No differences found