From: Tomasz Duszynski Date: Sat, 2 Feb 2019 09:00:03 +0000 (+0100) Subject: iio: chemical: sps30: remove printk format specifier X-Git-Tag: microblaze-v5.4-rc1~1240^2~143^2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=3fa30bf7004bb8069826ef85487f4753666a73da;p=linux-2.6-microblaze.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 376fac41ecb5..e03a28a67146 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