usb: remove redundant tdi_reset
authorShengzhou Liu <[email protected]>
Wed, 17 Apr 2013 10:03:46 +0000 (18:03 +0800)
committerGreg Kroah-Hartman <[email protected]>
Wed, 17 Apr 2013 17:01:22 +0000 (10:01 -0700)
commit61ac6ac8d662ac7ac67c864954d39d1b19948354
tree7de19cf658ea5f41d667cbedbffce4f389b5b7cc
parentcccfc53626bb74f5b9fbacfdcd3c475f0e1f359b
usb: remove redundant tdi_reset

We remove the redundant tdi_reset in ehci_setup since there
is already it in ehci_reset.
It was observed that the duplicated tdi_reset was causing
the PHY_CLK_VALID bit unstable.

Reported-by: Michael Braun <[email protected]>
Signed-off-by: Shengzhou Liu <[email protected]>
Acked-by: Alan Stern <[email protected]>
Cc: stable <[email protected]> # 3.6+
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/ehci-hcd.c