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:
6676a84
)
i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
author
Joe Perches
<joe@perches.com>
Sun, 16 Dec 2012 20:11:55 +0000
(21:11 +0100)
committer
Jean Delvare
<khali@endymion.delvare>
Sun, 16 Dec 2012 20:11:55 +0000
(21:11 +0100)
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: Jean Delvare <khali@linux-fr.org>
No differences found