]> git.kernelconcepts.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:08:18 +0000 (20:08 -0700)
commit67dedab551ec62b7796039c74f15b9c720218aab
tree191770b20f3befc16264e271fcbf985dfd7376d3
parent515b5832d64840f842782fd077b4150f7baafbd1
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