From: Sven Eckelmann Date: Tue, 6 Jul 2010 19:05:17 +0000 (+0200) Subject: Staging: batman-adv: Move printk to simplified macros X-Git-Tag: v2.6.36-rc1~520^2~1^2~295 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1641862f88367602f8f34a17b21bdf1eee912ee;p=pandora-kernel.git Staging: batman-adv: Move printk to simplified macros Each general printk which is not informative by itself for a specific batX device were moved to pr_(info|warning|err) as it provides an easy interface which for example resolves the problem to add the prefix "batman-adv: " before each line. All information which is specific to a batX device will be printed using a bat_(info|err|warning) macro to prefix it also with "batman-adv: batX:" in each line. Reported-by: Joe Perches Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed