X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=drivers%2Fmmc%2Fsdhci.c;h=893319108ba4fc1abb707db60b33983c2daa69d4;hp=60a40cb0a49a2b9750f0454782c7b3d281d7a3ab;hb=f82bc1762e0e74b7e0040a4d83be06d32c37fc2e;hpb=4cca56c50427eecfa2428cdee722848cd82f443c diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 60a40cb0a49a..893319108ba4 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c @@ -1314,7 +1314,7 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot) setup_timer(&host->timer, sdhci_timeout_timer, (long)host); - ret = request_irq(host->irq, sdhci_irq, SA_SHIRQ, + ret = request_irq(host->irq, sdhci_irq, IRQF_SHARED, host->slot_descr, host); if (ret) goto untasklet;