[PATCH] setup_irq(): better mismatch debugging
commit8b126b77536186eef69d408eb7959ce7f558f251
authorAndrew Morton <akpm@osdl.org>
Tue, 14 Nov 2006 10:03:23 +0000 (14 02:03 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Tue, 14 Nov 2006 17:09:26 +0000 (14 09:09 -0800)
tree09d29a919c92af36151c3d97ba6bf2e182ee6acb
parent0579e303553655245e8a6616bd8b4428b07d63a2
[PATCH] setup_irq(): better mismatch debugging

When we get a mismatch between handlers on the same IRQ, all we get is "IRQ
handler type mismatch for IRQ n".  Let's print the name of the
presently-registered handler with which we got the mismatch.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/irq/manage.c