cmd_i2c: quit I2C commands immediately on error
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 5 Feb 2015 04:50:26 +0000 (13:50 +0900)
committerHeiko Schocher <hs@denx.de>
Thu, 19 Feb 2015 07:44:21 +0000 (08:44 +0100)
commit9e533cb0462a7d28ec14a816ea627d38ce48dbf3
tree440af60e5cf49048d8f0d4778fb4ebe344b08fd6
parent1320112c8aa58345d71a5a46f3bf6a52589f1f2b
cmd_i2c: quit I2C commands immediately on error

If the i2c driver returns an error status, error out immediately.
Continuing the loop just results in printing error messages
again and again.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/cmd_i2c.c