aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/i2c/algos/i2c-algo-bit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/algos/i2c-algo-bit.c b/drivers/i2c/algos/i2c-algo-bit.c
index 69902c8e3b1e..7f0b83219744 100644
--- a/drivers/i2c/algos/i2c-algo-bit.c
+++ b/drivers/i2c/algos/i2c-algo-bit.c
@@ -112,7 +112,7 @@ static int sclhi(struct i2c_algo_bit_data *adap)
112 break; 112 break;
113 return -ETIMEDOUT; 113 return -ETIMEDOUT;
114 } 114 }
115 cond_resched(); 115 cpu_relax();
116 } 116 }
117#ifdef DEBUG 117#ifdef DEBUG
118 if (jiffies != start && i2c_debug >= 3) 118 if (jiffies != start && i2c_debug >= 3)