]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
post, i2c: add missing curly bracket in i2c_post_test
authorHeiko Schocher <hs@denx.de>
Mon, 15 Nov 2010 07:20:39 +0000 (08:20 +0100)
committerHeiko Schocher <hs@denx.de>
Wed, 17 Nov 2010 07:04:03 +0000 (08:04 +0100)
commit9b107e6138e719ea5a0b924862a9b109c020c7ac
treea54b82c89d071dfcbe87b9fb88a0a0a691f9fab9
parent0091337932130ebe9c0a64ac7ef922e9100353be
post, i2c: add missing curly bracket in i2c_post_test

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 <hs@denx.de>
post/drivers/i2c.c