]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/host/xhci-pci.c
USB: irq: Remove IRQF_DISABLED
[mv-sheeva.git] / drivers / usb / host / xhci-pci.c
index 50d3fcf593ff0eeef0e8fcb8a8fe6c712aced98b..a1110996b76f96317ddc95cc7967fd42fd5b5a1c 100644 (file)
@@ -223,7 +223,7 @@ static int xhci_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
        *((struct xhci_hcd **) xhci->shared_hcd->hcd_priv) = xhci;
 
        retval = usb_add_hcd(xhci->shared_hcd, dev->irq,
-                       IRQF_DISABLED | IRQF_SHARED);
+                       IRQF_SHARED);
        if (retval)
                goto put_usb3_hcd;
        /* Roothub already marked as USB 3.0 speed */