]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] setup_irq(): better mismatch debugging
authorAndrew Morton <akpm@osdl.org>
Tue, 14 Nov 2006 10:03:23 +0000 (02:03 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Tue, 14 Nov 2006 17:09:26 +0000 (09:09 -0800)
commit27bb04aee79b7df51c59131606552aebbaed5f71
tree09d29a919c92af36151c3d97ba6bf2e182ee6acb
parentf12718c6e4011eb645df3d549c87a4731a8f20b4
[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