]> git.baikalelectronics.ru Git - kernel.git/commit
use WARN() in kernel/irq/chip.c
authorArjan van de Ven <arjan@linux.intel.com>
Sat, 26 Jul 2008 02:45:37 +0000 (19:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:07 +0000 (12:00 -0700)
commit1980fbdc0b362ca3d1fcc0fc53f5fdcce00222c0
tree31660b2632ffaa1ea43107eb941670d5c95d3fce
parent560d38e24e5cd5967a23a67baaa9b4db9aba762d
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 <arjan@linux.intel.com>
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/chip.c