ns9xxx: fix handle_prio_irq to unmask irqs with lower priority
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Fri, 25 Apr 2008 13:03:18 +0000 (15:03 +0200)
committerUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Fri, 25 Apr 2008 13:45:08 +0000 (15:45 +0200)
When an irq is reported all lower prio irqs are masked until the current
irq is acked.  So never leave handle_prio_irq without acking.

desc->status & IRQ_INPROGRESS should never become true because the current
irq is masked until it is acked, too.

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>

No differences found