aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-omap.c')
-rw-r--r--drivers/usb/host/ohci-omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/ohci-omap.c
index 94dfca02f7e1..5b2f17838cab 100644
--- a/drivers/usb/host/ohci-omap.c
+++ b/drivers/usb/host/ohci-omap.c
@@ -260,7 +260,7 @@ static int ohci_omap_init(struct usb_hcd *hcd)
260 omap_cfg_reg(W4_USB_HIGHZ); 260 omap_cfg_reg(W4_USB_HIGHZ);
261 } 261 }
262 ohci_writel(ohci, rh, &ohci->regs->roothub.a); 262 ohci_writel(ohci, rh, &ohci->regs->roothub.a);
263 distrust_firmware = 0; 263 ohci->flags &= ~OHCI_QUIRK_HUB_POWER;
264 } else if (machine_is_nokia770()) { 264 } else if (machine_is_nokia770()) {
265 /* We require a self-powered hub, which should have 265 /* We require a self-powered hub, which should have
266 * plenty of power. */ 266 * plenty of power. */