diff options
Diffstat (limited to 'kernel/irq/chip.c')
-rw-r--r-- | kernel/irq/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index 964964baefa2..240c64d59267 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c | |||
@@ -587,7 +587,7 @@ __set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, | |||
587 | desc->status &= ~IRQ_DISABLED; | 587 | desc->status &= ~IRQ_DISABLED; |
588 | desc->status |= IRQ_NOREQUEST | IRQ_NOPROBE; | 588 | desc->status |= IRQ_NOREQUEST | IRQ_NOPROBE; |
589 | desc->depth = 0; | 589 | desc->depth = 0; |
590 | desc->chip->unmask(irq); | 590 | desc->chip->startup(irq); |
591 | } | 591 | } |
592 | spin_unlock_irqrestore(&desc->lock, flags); | 592 | spin_unlock_irqrestore(&desc->lock, flags); |
593 | } | 593 | } |