cbus: Fix nested IRQ acking
authorMichael Büsch <m@bues.ch>
Thu, 17 Nov 2011 22:38:42 +0000 (23:38 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Nov 2011 23:59:26 +0000 (15:59 -0800)
chip->irq_ack is never called for nested threaded IRQs, because they
don't have a primary IRQ handler.
So we must ACK the IRQs in the toplevel retu and tahvo IRQ handler threads.

Signed-off-by: Michael Buesch <m@bues.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found