aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/sdhci.c')
-rw-r--r--drivers/mmc/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
index e192f3c9a437..74134699ccee 100644
--- a/drivers/mmc/sdhci.c
+++ b/drivers/mmc/sdhci.c
@@ -1271,7 +1271,7 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot)
1271 1271
1272 setup_timer(&host->timer, sdhci_timeout_timer, (long)host); 1272 setup_timer(&host->timer, sdhci_timeout_timer, (long)host);
1273 1273
1274 ret = request_irq(host->irq, sdhci_irq, SA_SHIRQ, 1274 ret = request_irq(host->irq, sdhci_irq, IRQF_SHARED,
1275 host->slot_descr, host); 1275 host->slot_descr, host);
1276 if (ret) 1276 if (ret)
1277 goto untasklet; 1277 goto untasklet;