1
0
Fork 0

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>
hifive-unleashed-5.1
Tomasz Duszynski 2019-02-02 10:00:03 +01:00 committed by Jonathan Cameron
parent 8e8040c52e
commit 3fa30bf700
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
* I2C slave address: 0x69
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <asm/unaligned.h>
#include <linux/crc8.h>
#include <linux/delay.h>