Re: [U-Boot] [PATCH V3 5/7] i2c: s3c24x0: fix the compiler error for exynos4

2017-01-19 Thread Simon Glass
On 8 January 2017 at 22:47, Jaehoon Chung wrote: > If CONFIG_SYS_I2C_S3C24X0_SLAVE isn't defined, then complie error should > be occurred. > This patch is for preventing it. > > Signed-off-by: Jaehoon Chung > --- > drivers/i2c/s3c24x0_i2c.c | 8

[U-Boot] [PATCH V3 5/7] i2c: s3c24x0: fix the compiler error for exynos4

2017-01-08 Thread Jaehoon Chung
If CONFIG_SYS_I2C_S3C24X0_SLAVE isn't defined, then complie error should be occurred. This patch is for preventing it. Signed-off-by: Jaehoon Chung --- drivers/i2c/s3c24x0_i2c.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git