i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
authorJoe Perches <joe@perches.com>
Sun, 16 Dec 2012 20:11:55 +0000 (21:11 +0100)
committerJean Delvare <khali@endymion.delvare>
Sun, 16 Dec 2012 20:11:55 +0000 (21:11 +0100)
commit8117e41e238b5dd40b3925da8c2c4716067e6867
treecfe6e83972e6d20bf9095e490eff5d93e80fd440
parent6676a847d48ac48908cf467b42da9045b5463a6e
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