From: Arjan van de Ven Date: Fri, 25 Jul 2008 08:45:53 +0000 (-0700) Subject: Add a WARN() macro; this is WARN_ON() + printk arguments X-Git-Tag: v2.6.27-rc1~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f18b909c0a3f22630846207035c8b84bb252b8;p=pandora-kernel.git Add a WARN() macro; this is WARN_ON() + printk arguments Add a WARN() macro that acts like WARN_ON(), with the added feature that it takes a printk like argument that is printed as part of the warning message. [akpm@linux-foundation.org: fix printk arguments] [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Arjan van de Ven Cc: Greg KH Cc: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed