]> Git Repo - linux.git/commitdiff
iio: chemical: sps30: remove printk format specifier
authorTomasz Duszynski <[email protected]>
Sat, 2 Feb 2019 09:00:03 +0000 (10:00 +0100)
committerJonathan Cameron <[email protected]>
Sat, 2 Feb 2019 17:08:06 +0000 (17:08 +0000)
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 <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
drivers/iio/chemical/sps30.c

index 376fac41ecb59e98111e2cb77f9c387200a8e3ad..e03a28a6714697710b71217b6f9d9a26fb5337cd 100644 (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>
This page took 0.046343 seconds and 4 git commands to generate.