You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
i2c: zx2967: always use the same device when printing errors
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@the-dreams.de> Acked-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user