]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ohci-octeon.c
USB: EHCI: Don't use NO_IRQ in xilinx ehci driver
[~andy/linux] / drivers / usb / host / ohci-octeon.c
index d8b45647d1dc5595353c8d055c856b98e6395db3..d469bf9b9e54001e1c2fa6b51c5ebaab94fb70da 100644 (file)
@@ -164,7 +164,7 @@ static int ohci_octeon_drv_probe(struct platform_device *pdev)
 
        ohci_hcd_init(ohci);
 
-       ret = usb_add_hcd(hcd, irq, IRQF_DISABLED | IRQF_SHARED);
+       ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
        if (ret) {
                dev_dbg(&pdev->dev, "failed to add hcd with err %d\n", ret);
                goto err3;