From c1641862f88367602f8f34a17b21bdf1eee912ee Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 6 Jul 2010 21:05:17 +0200 Subject: [PATCH] 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-format-patch failed