From: Arjan van de Ven Date: Wed, 30 Jul 2008 19:43:11 +0000 (-0700) Subject: lockdep: use WARN() in kernel/lockdep.c X-Git-Tag: v2.6.27-rc4~50^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df8b1d656021e180ab93c8a4b2c9c2923d30b82;p=pandora-kernel.git lockdep: use WARN() in kernel/lockdep.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 Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton --- Reading git-diff-tree failed