Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: at91-master: remove printout on handled timeouts

I2C and SMBus timeouts are not something the user needs to be informed
about on controller level. The client driver may know if that really is
a problem and give more detailed information to the user. The controller
should just pass this information upwards. Remove the printout.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>

authored by

Wolfram Sang and committed by
Andi Shyti
375ee8d2 4268254a

-1
-1
drivers/i2c/busses/i2c-at91-master.c
··· 591 591 dev->adapter.timeout); 592 592 if (time_left == 0) { 593 593 dev->transfer_status |= at91_twi_read(dev, AT91_TWI_SR); 594 - dev_err(dev->dev, "controller timed out\n"); 595 594 at91_init_twi_bus(dev); 596 595 ret = -ETIMEDOUT; 597 596 goto error;