From: Arjan van de Ven Date: Sat, 26 Jul 2008 02:45:37 +0000 (-0700) Subject: use WARN() in kernel/irq/chip.c X-Git-Tag: v2.6.27-rc1~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261c40c1191ad8d7a2e49fa2bb5f6a84e3d44b10;p=pandora-kernel.git use WARN() in kernel/irq/chip.c Use WARN() instead of a printk+WARN_ON() pair; this way the message becomes part of the warning section for better reporting/collection. Signed-off-by: Arjan van de Ven Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed