]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ohci-ppc-of.c
USB: EHCI: fix crash during suspend on ASUS computers
[~andy/linux] / drivers / usb / host / ohci-ppc-of.c
index 0c12f4e14dcd0b4877a6e50c6a3923b9661bfc13..d24cc89de16f755c9aea2a895f5dbe1ed93ff827 100644 (file)
@@ -143,7 +143,7 @@ static int __devinit ohci_hcd_ppc_of_probe(struct platform_device *op)
 
        ohci_hcd_init(ohci);
 
-       rv = usb_add_hcd(hcd, irq, IRQF_DISABLED);
+       rv = usb_add_hcd(hcd, irq, 0);
        if (rv == 0)
                return 0;