Skip to content

Commit

Permalink
usb: remove redundant tdi_reset
Browse files Browse the repository at this point in the history
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 <michael-dev@fami-braun.de>
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@vger.kernel.org> # 3.6+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Shengzhou Liu authored and Greg Kroah-Hartman committed Apr 17, 2013
1 parent cccfc53 commit 61ac6ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/usb/host/ehci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,6 @@ int ehci_setup(struct usb_hcd *hcd)
if (retval)
return retval;

if (ehci_is_TDI(ehci))
tdi_reset(ehci);

ehci_reset(ehci);

return 0;
Expand Down

0 comments on commit 61ac6ac

Please sign in to comment.