aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-ls1x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-ls1x.c')
-rw-r--r--drivers/usb/host/ehci-ls1x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-ls1x.c b/drivers/usb/host/ehci-ls1x.c
index ca759652626b..aa0f328922df 100644
--- a/drivers/usb/host/ehci-ls1x.c
+++ b/drivers/usb/host/ehci-ls1x.c
@@ -113,7 +113,7 @@ static int ehci_hcd_ls1x_probe(struct platform_device *pdev)
goto err_put_hcd;
}
- ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
+ ret = usb_add_hcd(hcd, irq, IRQF_DISABLED | IRQF_SHARED);
if (ret)
goto err_put_hcd;