drivers/net/mac8390.c: Convert printk(KERN_<level> to pr_<level>(
authorJoe Perches <joe@perches.com>
Mon, 4 Jan 2010 11:53:01 +0000 (11:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jan 2010 04:44:03 +0000 (20:44 -0800)
Use printk_once
Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Convert printks without KERN_<level> to pr_info and pr_cont

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

No differences found