From: Andrew Morton Date: Tue, 14 Nov 2006 10:03:23 +0000 (-0800) Subject: [PATCH] setup_irq(): better mismatch debugging X-Git-Tag: v2.6.19-rc6~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b126b77536186eef69d408eb7959ce7f558f251;p=pandora-kernel.git [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 Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed