]> git.baikalelectronics.ru Git - kernel.git/commit
iio: chemical: sps30: remove printk format specifier
authorTomasz Duszynski <tduszyns@gmail.com>
Sat, 2 Feb 2019 09:00:03 +0000 (10:00 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 2 Feb 2019 17:08:06 +0000 (17:08 +0000)
commitda1e442e9050feb4fc1c6376c666d64337d50ad0
tree116b24dc77ae16693005df22a6d6be4298a74096
parent6414ddbd83ea600f1fa41503c32e244bbc3df1f7
iio: chemical: sps30: remove printk format specifier

pr_fmt is used by printk wrappers. There are not any in the driver
code so remove the format specifier.

Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/sps30.c