]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()
authorArjan van de Ven <arjan@linux.intel.com>
Fri, 25 Jul 2008 08:45:54 +0000 (01:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:29 +0000 (10:53 -0700)
commitf26a96c7f5ce339d7b7dbbd7282f4eaa06cfc5f4
treefe4ac84819050159a45752ad4c03b2abc971ad06
parent6f86ef7c0efc507408ba11dd59e334ee96213c1a
kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()

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 <arjan@linux.intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/irq/manage.c