diff options
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 2e0c2bd6495f..312fc10da3c7 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -673,9 +673,6 @@ int ehci_setup(struct usb_hcd *hcd) | |||
673 | if (retval) | 673 | if (retval) |
674 | return retval; | 674 | return retval; |
675 | 675 | ||
676 | if (ehci_is_TDI(ehci)) | ||
677 | tdi_reset(ehci); | ||
678 | |||
679 | ehci_reset(ehci); | 676 | ehci_reset(ehci); |
680 | 677 | ||
681 | return 0; | 678 | return 0; |