]> git.karo-electronics.de Git - linux-beck.git/commit
spi: lm70llp: remove printk
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Mon, 7 Dec 2015 10:47:35 +0000 (16:17 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 7 Dec 2015 20:09:09 +0000 (20:09 +0000)
commit22de54a9b929e7c11e445c8f329d33aa7b154495
tree92b2ddcde776e01d0c1c6029542a710d5d9b73b5
parent46c52c28deb38df19b1284468792fb59e6a6c27b
spi: lm70llp: remove printk

Using pr_* macros are more prefferable than using printk. Start using
pr_* family of macros and define pr_fmt to be used with it.
While at it remove DRVNAME from an existing pr_info() as the name is now
being printed by pr_fmt.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-lm70llp.c