]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/host/ehci-octeon.c
USB: irq: Remove IRQF_DISABLED
[mv-sheeva.git] / drivers / usb / host / ehci-octeon.c
index c3ba3ed5f3a6d5ddf31173c2f8c0dda065d05fa4..ba1f5136113476c0ad05761818278c2d17a07ec7 100644 (file)
@@ -155,7 +155,7 @@ static int ehci_octeon_drv_probe(struct platform_device *pdev)
        /* cache this readonly data; minimize chip reads */
        ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);
 
-       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;