From: Arjan van de Ven Date: Sat, 26 Jul 2008 02:45:36 +0000 (-0700) Subject: Use WARN() in kernel/irq/manage.c X-Git-Tag: v2.6.27-rc1~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c512f6190e313df69060bae4a161c5c044e272;p=pandora-kernel.git Use WARN() in kernel/irq/manage.c Replace a printk+WARN_ON() by a WARN(); this increases the chance of the string making it into the bugreport (ie: it goes inside the ---[ cut here ]--- section) Signed-off-by: Arjan van de Ven Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed