Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187304
b: refs/heads/master
c: 6786073
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Mar 12, 2010
1 parent f19570e commit fea8b97
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: 7ed63d5eb4c0de0321f5c0a7328e132a78f9fafe
refs/heads/master: 6786073927c3ff3eb7fc3d2192e761e86fa0d352
2 changes: 1 addition & 1 deletion trunk/drivers/w1/masters/ds2482.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static int ds2482_wait_1wire_idle(struct ds2482_data *pdev)
(++retries < DS2482_WAIT_IDLE_TIMEOUT));
}

if (retries > DS2482_WAIT_IDLE_TIMEOUT)
if (retries >= DS2482_WAIT_IDLE_TIMEOUT)
printk(KERN_ERR "%s: timeout on channel %d\n",
__func__, pdev->channel);

Expand Down

0 comments on commit fea8b97

Please sign in to comment.