Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144606
b: refs/heads/master
c: 0cdba07
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie authored and Jean Delvare committed May 5, 2009
1 parent 3e64ce4 commit a0beb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ccc28f725bc2b7b0a3bc27e9c15f4eaf63fb812
refs/heads/master: 0cdba07bb23cdd3e0d64357ec3d983e6b75e541f
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/algos/i2c-algo-bit.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static int sclhi(struct i2c_algo_bit_data *adap)
* chips may hold it low ("clock stretching") while they
* are processing data internally.
*/
if (time_after_eq(jiffies, start + adap->timeout))
if (time_after(jiffies, start + adap->timeout))
return -ETIMEDOUT;
cond_resched();
}
Expand Down

0 comments on commit a0beb64

Please sign in to comment.