Skip to content
Commit 8ee161ce authored by Ville Syrjala's avatar Ville Syrjala Committed by Jean Delvare
Browse files

i2c-algo-bit: Fix spurious SCL timeouts under heavy load



When the system is under heavy load, there can be a significant delay
between the getscl() and time_after() calls inside sclhi(). That delay
may cause the time_after() check to trigger after SCL has gone high,
causing sclhi() to return -ETIMEDOUT.

To fix the problem, double check that SCL is still low after the
timeout has been reached, before deciding to return -ETIMEDOUT.

Signed-off-by: default avatarVille Syrjala <syrjala@sci.fi>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 834aa6f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment