diff options
| -rw-r--r-- | arch/mips/dec/ioasic-irq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/dec/ioasic-irq.c b/arch/mips/dec/ioasic-irq.c index 269b22b34313..e21476d955c2 100644 --- a/arch/mips/dec/ioasic-irq.c +++ b/arch/mips/dec/ioasic-irq.c | |||
| @@ -106,8 +106,7 @@ void __init init_ioasic_irqs(int base) | |||
| 106 | set_irq_chip_and_handler(i, &ioasic_irq_type, | 106 | set_irq_chip_and_handler(i, &ioasic_irq_type, |
| 107 | handle_level_irq); | 107 | handle_level_irq); |
| 108 | for (; i < base + IO_IRQ_LINES; i++) | 108 | for (; i < base + IO_IRQ_LINES; i++) |
| 109 | set_irq_chip_and_handler(i, &ioasic_dma_irq_type, | 109 | set_irq_chip(i, &ioasic_dma_irq_type); |
| 110 | handle_level_irq); | ||
| 111 | 110 | ||
| 112 | ioasic_irq_base = base; | 111 | ioasic_irq_base = base; |
| 113 | } | 112 | } |
