Re: [U-Boot] [PATCH] post, i2c: add missing curly bracket in i2c_post_test

2010-11-18 Thread Heiko Schocher
Hello Heiko, Heiko Schocher wrote: > If CONFIG_SYS_POST_I2C_ADDRS is not defined and CONFIG_SYS_POST_I2C > is activated, i2c_probe() is not called in the for statement, > because missing curly bracket. > > Signed-off-by: Heiko Schocher > --- > post/drivers/i2c.c |3 ++- > 1 files changed, 2

[U-Boot] [PATCH] post, i2c: add missing curly bracket in i2c_post_test

2010-11-14 Thread Heiko Schocher
If CONFIG_SYS_POST_I2C_ADDRS is not defined and CONFIG_SYS_POST_I2C is activated, i2c_probe() is not called in the for statement, because missing curly bracket. Signed-off-by: Heiko Schocher --- post/drivers/i2c.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/post/dr