On 3/3/22 18:42, Jean Delvare wrote:
* Timeouts are reported even in interrupt mode since commit b3b8df97723d ("i2c: i801: Use wait_event_timeout to wait for interrupts") so drop the comment which claims this only happens in polled mode. * xact does not include the PEC bit, as the driver does not support software PEC. Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> --- Please correct me if I'm wrong. drivers/i2c/busses/i2c-i801.c | 5 ----- 1 file changed, 5 deletions(-)
Reviewed-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>