diff options
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 8697ad19f313..2a19336c9824 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -642,7 +642,6 @@ static int ehci_run (struct usb_hcd *hcd) | |||
642 | u32 hcc_params; | 642 | u32 hcc_params; |
643 | 643 | ||
644 | hcd->uses_new_polling = 1; | 644 | hcd->uses_new_polling = 1; |
645 | hcd->poll_rh = 0; | ||
646 | 645 | ||
647 | /* EHCI spec section 4.1 */ | 646 | /* EHCI spec section 4.1 */ |
648 | if ((retval = ehci_reset(ehci)) != 0) { | 647 | if ((retval = ehci_reset(ehci)) != 0) { |