]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: remove redundant tdi_reset
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Wed, 17 Apr 2013 10:03:46 +0000 (18:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2013 03:33:06 +0000 (20:33 -0700)
commit1edc182ada2d7278ec2ff82b61f0569a60489e83
tree076d5d555280fdebbd27a62a58244d84055df6aa
parent062e3257b83ba5013389d5ac40fa1d471663d6c3
usb: remove redundant tdi_reset

commit 61ac6ac8d662ac7ac67c864954d39d1b19948354 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c