git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675418d
)
net: core: Use pr_<level>
author
Joe Perches
<joe@perches.com>
Wed, 16 May 2012 19:58:40 +0000
(19:58 +0000)
committer
David 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