
6 Feb
2015
6 Feb
'15
6:45 a.m.
On 4 February 2015 at 21:50, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
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
common/cmd_i2c.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-)
In any case the result of continuing is not likely to be correct.
Reviewed-by: Simon Glass sjg@chromium.org