From: Joe Perches Date: Sun, 14 Aug 2011 12:16:21 +0000 (+0000) Subject: bnx2x: Use pr_fmt and message logging cleanups X-Git-Tag: v3.2-rc1~129^2~460 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1deab502206ab7e4470334b7738383c76e4ddd9;p=pandora-kernel.git bnx2x: Use pr_fmt and message logging cleanups Add pr_fmt(fmt) KBUILD_MODNAME ": " to prefix messages with "bnx2x: ". Remove #define DP_LEVEL and use pr_notice. Repeating KERN_ isn't necessary in multi-line printks. printk macro neatening, use fmt and ##__VA_ARGS__. Coalesce long formats. Signed-off-by: Joe Perches Acked-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed