From: Arjan van de Ven Date: Sun, 21 Sep 2008 02:08:39 +0000 (-0700) Subject: debug: Introduce a dev_WARN() function X-Git-Tag: v2.6.28-rc1~284^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61396627f91abb855ddd8925be9172fb5871944;p=pandora-kernel.git debug: Introduce a dev_WARN() function in the line of dev_printk(), this patch introduces a dev_WARN() function, that takes a struct device and then a printk format/args set of arguments. Unlike dev_printk(), the effect is that of WARN() in that a full warning message (including filename/line, module list, versions and a backtrace) is printed in addition to the device name and the arguments. Signed-off-by: Arjan van de Ven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed