]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-mxc.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[~andy/linux] / drivers / usb / host / ehci-mxc.c
index 555a73c864b57567229629e8e3432f7a710a7816..55978fcfa4b2ed3d7ef9e71af242bdd4e2a32884 100644 (file)
@@ -236,7 +236,7 @@ static int ehci_mxc_drv_probe(struct platform_device *pdev)
        priv->hcd = hcd;
        platform_set_drvdata(pdev, priv);
 
-       ret = usb_add_hcd(hcd, irq, IRQF_DISABLED | IRQF_SHARED);
+       ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
        if (ret)
                goto err_add;