]> 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>
Sun, 11 Nov 2012 22:51:29 +0000 (09:51 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 11 Nov 2012 22:51:29 +0000 (09:51 +1100)
commit6bfeadb789516aecdc6c889aaea79fdacb4adc49
tree56849bc27a4d95217494c4825e266975580ce38d
parent56eecdf8d22d1690e8dcb38cd462df0f17148d97
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