Re: [PATCH 13/18] i2c: rk3x: remove printout on handled timeouts

From: Dragan Simic
Date: Sat Apr 13 2024 - 02:44:53 EST


On 2024-04-13 08:38, Wolfram Sang wrote:
Maybe it would be good to turn it into a debug message, instead of
simply removing it? Maybe not all client drivers handle it correctly,
in which case having an easy way for debugging would be beneficial.

Hmm, but it still returns -ETIMEDOUT to distinguish cases?

Sure, but I think that having such an additional debug facility
can only help and save the people from adding temporary printk()s
while debugging.