bnx2x: Use pr_fmt and message logging cleanups
authorJoe Perches <joe@perches.com>
Sun, 14 Aug 2011 12:16:21 +0000 (12:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2011 22:47:23 +0000 (15:47 -0700)
Add pr_fmt(fmt) KBUILD_MODNAME ": " to prefix messages with "bnx2x: ".
Remove #define DP_LEVEL and use pr_notice.
Repeating KERN_<LEVEL> isn't necessary in multi-line printks.
printk macro neatening, use fmt and ##__VA_ARGS__.
Coalesce long formats.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found