aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r--drivers/usb/host/ohci-hcd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
index 32120042ab65..0da996191251 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
@@ -699,8 +699,6 @@ retry:
699 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); 699 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control);
700 return -ENODEV; 700 return -ENODEV;
701 } 701 }
702 if (ohci->power_budget)
703 hub_set_power_budget(udev, ohci->power_budget);
704 702
705 register_reboot_notifier (&ohci->reboot_notifier); 703 register_reboot_notifier (&ohci->reboot_notifier);
706 create_debug_files (ohci); 704 create_debug_files (ohci);