i2c: ali15x3: remove printout on handled timeouts
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 23 Apr 2024 12:13:21 +0000 (14:13 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Sun, 5 May 2024 22:56:49 +0000 (00:56 +0200)
commit5895a867bbdd7fb8a678baaf0c8746f592727edd
treea2f50085c8cde677be85cfae24970e08cea64e48
parentd178a2fc252d4790841f6c841ad5b43940c71a8f
i2c: ali15x3: 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>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-ali15x3.c