[PATCH] genirq: fix typo in IRQ resend
authorImre Deak <imre.deak@solidboot.com>
Sat, 16 Sep 2006 19:15:35 +0000 (12:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Sep 2006 19:54:30 +0000 (12:54 -0700)
commite1ed7ac77b63abb6b3a2c0b4b070f50da5b1fb2f
treef82b0558b445cdae2ebf377c19e6409cef7679e0
parent63b98080daa35f0d682db04f4fb7ada010888752
[PATCH] genirq: fix typo in IRQ resend

Fix a bug where the IRQ_PENDING flag is never cleared and the ISR is called
endlessly without an actual interrupt.

Signed-off-by: Imre Deak <imre.deak@solidboot.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/irq/resend.c