|
@@ -326,9 +326,11 @@ out:
|
|
}
|
|
}
|
|
} while (irqnr);
|
|
} while (irqnr);
|
|
|
|
|
|
- /* If an irq is masked or deasserted while active, we will
|
|
|
|
|
|
+ /*
|
|
|
|
+ * If an irq is masked or deasserted while active, we will
|
|
* keep ending up here with no irq handled. So remove it from
|
|
* keep ending up here with no irq handled. So remove it from
|
|
- * the INTC with an ack.*/
|
|
|
|
|
|
+ * the INTC with an ack.
|
|
|
|
+ */
|
|
if (!handled_irq)
|
|
if (!handled_irq)
|
|
omap_ack_irq(NULL);
|
|
omap_ack_irq(NULL);
|
|
}
|
|
}
|