]> 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>
Wed, 31 Oct 2012 23:18:25 +0000 (10:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 31 Oct 2012 23:42:21 +0000 (10:42 +1100)
commit4c803bf4b0cea6c653163a9e16e2ca2f50cf7af4
tree3019ae7bb34cd8171ee04e8434010fa6e0f51e7b
parenta353170485266a27d8beae6f8c0612b8e4409c65
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