commit | 8b126b77536186eef69d408eb7959ce7f558f251 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Tue Nov 14 02:03:23 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Tue Nov 14 09:09:26 2006 -0800 |
tree | 09d29a919c92af36151c3d97ba6bf2e182ee6acb | |
parent | 0579e303553655245e8a6616bd8b4428b07d63a2 [diff] |
[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>