diff options
-rw-r--r-- | arch/mn10300/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/kernel/irq.c b/arch/mn10300/kernel/irq.c index 50fdb5c16e0c..4c3c58ef5cda 100644 --- a/arch/mn10300/kernel/irq.c +++ b/arch/mn10300/kernel/irq.c | |||
@@ -140,7 +140,7 @@ void __init init_IRQ(void) | |||
140 | int irq; | 140 | int irq; |
141 | 141 | ||
142 | for (irq = 0; irq < NR_IRQS; irq++) | 142 | for (irq = 0; irq < NR_IRQS; irq++) |
143 | if (irq_desc[irq].chip == &no_irq_type) | 143 | if (irq_desc[irq].chip == &no_irq_chip) |
144 | /* due to the PIC latching interrupt requests, even | 144 | /* due to the PIC latching interrupt requests, even |
145 | * when the IRQ is disabled, IRQ_PENDING is superfluous | 145 | * when the IRQ is disabled, IRQ_PENDING is superfluous |
146 | * and we can use handle_level_irq() for edge-triggered | 146 | * and we can use handle_level_irq() for edge-triggered |