]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
authorJoe Perches <joe@perches.com>
Tue, 30 Oct 2012 23:17:37 +0000 (10:17 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 30 Oct 2012 23:17:37 +0000 (10:17 +1100)
commit1d7370122dc17c3072855e101c19848b2fae8322
treeaccb30c2edd2b04daea6061094dc53688bf204d4
parentf6f90fa5e5bbc6ed7c8126370a1842a37db6bdf7
i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(

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>
drivers/i2c/busses/i2c-piix4.c