[PATCH] i2c: zx2967: always use the same device when printing errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Let's always use the platform device for dev_* and not sometimes the
adapter device as well. Also fix this checkpatch check:

CHECK: Macro argument 'i2c' may be better as '(i2c)' to avoid precedence issues

Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxxxxx>
---
 drivers/i2c/busses/i2c-zx2967.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-zx2967.c b/drivers/i2c/busses/i2c-zx2967.c
index 3e381edc0f223a..48281c1b30c6d5 100644
--- a/drivers/i2c/busses/i2c-zx2967.c
+++ b/drivers/i2c/busses/i2c-zx2967.c
@@ -53,7 +53,7 @@
 
 #define I2C_TIMEOUT			msecs_to_jiffies(1000)
 
-#define DEV(i2c)			(&i2c->adap.dev)
+#define DEV(i2c)			((i2c)->adap.dev.parent)
 
 struct zx2967_i2c {
 	struct i2c_adapter	adap;
-- 
2.11.0




[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux