diff options
Diffstat (limited to 'drivers/mmc/host/tmio_mmc.c')
-rw-r--r-- | drivers/mmc/host/tmio_mmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/tmio_mmc.c b/drivers/mmc/host/tmio_mmc.c index 44a9668c4b7a..a4ea10242787 100644 --- a/drivers/mmc/host/tmio_mmc.c +++ b/drivers/mmc/host/tmio_mmc.c | |||
@@ -88,8 +88,8 @@ static int __devinit tmio_mmc_probe(struct platform_device *pdev) | |||
88 | if (ret) | 88 | if (ret) |
89 | goto cell_disable; | 89 | goto cell_disable; |
90 | 90 | ||
91 | ret = request_irq(irq, tmio_mmc_irq, IRQF_DISABLED | | 91 | ret = request_irq(irq, tmio_mmc_irq, IRQF_TRIGGER_FALLING, |
92 | IRQF_TRIGGER_FALLING, dev_name(&pdev->dev), host); | 92 | dev_name(&pdev->dev), host); |
93 | if (ret) | 93 | if (ret) |
94 | goto host_remove; | 94 | goto host_remove; |
95 | 95 | ||