From: Tomasz Duszynski Date: Sat, 2 Feb 2019 09:00:03 +0000 (+0100) Subject: iio: chemical: sps30: remove printk format specifier X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3fa30bf7004bb8069826ef85487f4753666a73da;p=linux.git 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 Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/chemical/sps30.c b/drivers/iio/chemical/sps30.c index 376fac41ecb59..e03a28a671469 100644 --- a/drivers/iio/chemical/sps30.c +++ b/drivers/iio/chemical/sps30.c @@ -7,8 +7,6 @@ * I2C slave address: 0x69 */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt - #include #include #include