Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next...
[deliverable/linux.git] / drivers / mmc / host / mmci.c
index 11e589cd8233e5f7438f7240d14c8f7897fbf8d7..bdfd05517dd5ae22371e3bf73f4471263ec339a4 100644 (file)
@@ -1326,7 +1326,7 @@ static int __devinit mmci_probe(struct amba_device *dev,
        if (ret)
                goto unmap;
 
-       if (dev->irq[1] == NO_IRQ)
+       if (dev->irq[1] == NO_IRQ || !dev->irq[1])
                host->singleirq = true;
        else {
                ret = request_irq(dev->irq[1], mmci_pio_irq, IRQF_SHARED,
This page took 0.032749 seconds and 5 git commands to generate.