mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
i2c: fix i2c build error [1/1]
PD#SWPL-233322 Problem: i2c dump reg func limit param size cause build error. Solution: fix it Verify: t6x Change-Id: Ie1d434db01ea4da52a183acd04a98e2d5786573b Signed-off-by: Junyi Zhao <junyi.zhao@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
2cb5004824
commit
eb7cd9bbfa
@@ -160,7 +160,7 @@ static void meson_i2c_writel(struct meson_i2c *i2c, u32 data, int reg)
|
||||
}
|
||||
|
||||
#ifdef I2C_DEBUG
|
||||
static inline void meson_i2c_dump_reg(struct meson_i2c *i2c, const char func[23], int line)
|
||||
static inline void meson_i2c_dump_reg(struct meson_i2c *i2c, const char *func, int line)
|
||||
{
|
||||
u32 data;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user