net: core: Use pr_<level>
authorJoe Perches <joe@perches.com>
Wed, 16 May 2012 19:58:40 +0000 (19:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2012 09:00:04 +0000 (05:00 -0400)
Use the current logging style.

This enables use of dynamic debugging as well.

Convert printk(KERN_<LEVEL> to pr_<level>.
Add pr_fmt. Remove embedded prefixes, use
%s, __func__ instead.

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

No differences found