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:
855ddb5
)
ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
author
Joe Perches
<joe@perches.com>
Sat, 27 Oct 2012 22:05:48 +0000
(22:05 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 31 Oct 2012 18:02:45 +0000
(14:02 -0400)
dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.
Coalesce formats for easier grep.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found