Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272460
b: refs/heads/master
c: 84785f1
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Lauss authored and Ben Dooks committed Oct 29, 2011
1 parent f546b33 commit bab56d3
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: 85ea25698843d37b6f79927b2995644623fe1e06
refs/heads/master: 84785f120f4d64c5fa8cf4bab1cf07c2507d434f
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-au1550.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static int wait_master_done(struct i2c_au1550_data *adap)
int i;

/* Wait for Master Done. */
for (i = 0; i < adap->xfer_timeout; i++) {
for (i = 0; i < 2 * adap->xfer_timeout; i++) {
if ((RD(adap, PSC_SMBEVNT) & PSC_SMBEVNT_MD) != 0)
return 0;
udelay(1);
Expand Down

0 comments on commit bab56d3

Please sign in to comment.