]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/host/tmio_mmc.c
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
[~andy/linux] / drivers / mmc / host / tmio_mmc.c
index 44a9668c4b7ad759483b286569470a105d7ecc53..a4ea10242787465d21f99e93e11516d8090cdef1 100644 (file)
@@ -88,8 +88,8 @@ static int __devinit tmio_mmc_probe(struct platform_device *pdev)
        if (ret)
                goto cell_disable;
 
-       ret = request_irq(irq, tmio_mmc_irq, IRQF_DISABLED |
-                         IRQF_TRIGGER_FALLING, dev_name(&pdev->dev), host);
+       ret = request_irq(irq, tmio_mmc_irq, IRQF_TRIGGER_FALLING,
+                               dev_name(&pdev->dev), host);
        if (ret)
                goto host_remove;