diff options
| -rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index d15b149649bf..a9fc714fb38d 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
| @@ -1981,7 +1981,7 @@ static int __devinit omap_hsmmc_probe(struct platform_device *pdev) | |||
| 1981 | ret = request_threaded_irq(mmc_slot(host).card_detect_irq, | 1981 | ret = request_threaded_irq(mmc_slot(host).card_detect_irq, |
| 1982 | NULL, | 1982 | NULL, |
| 1983 | omap_hsmmc_detect, | 1983 | omap_hsmmc_detect, |
| 1984 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | 1984 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, |
| 1985 | mmc_hostname(mmc), host); | 1985 | mmc_hostname(mmc), host); |
| 1986 | if (ret) { | 1986 | if (ret) { |
| 1987 | dev_dbg(mmc_dev(host->mmc), | 1987 | dev_dbg(mmc_dev(host->mmc), |
