Corey Minyard cc083d8a25 i2c: Add asserts for second smbus i2c_start_transfer()
Some SMBus operations restart the transfer to convert from
write to read mode without an intervening i2c_end_transfer().
The second call cannot fail, so the return code is unchecked,
but this causes Coverity to complain.  So add some asserts
and documentation about this.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-10-24 16:48:02 +01:00
..
2016-06-06 16:59:29 +01:00
2016-06-14 15:59:13 +01:00
2014-02-14 16:22:31 +01:00
2016-05-19 16:42:29 +02:00
2016-06-14 15:59:13 +01:00
2016-01-29 15:07:22 +00:00
2016-01-29 15:07:25 +00:00