From: Uwe Kleine-König Date: Fri, 25 Apr 2008 13:03:18 +0000 (+0200) Subject: ns9xxx: fix handle_prio_irq to unmask irqs with lower priority X-Git-Tag: v2.6.26-rc2~6^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13c81952444d032ad3b5b7027b330150dbe2408;p=pandora-kernel.git ns9xxx: fix handle_prio_irq to unmask irqs with lower priority 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 --- Reading git-diff-tree failed