]> Pileus Git - ~andy/linux/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, 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 <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>
drivers/usb/host/ehci-hcd.c