Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101290
b: refs/heads/master
c: c80ebe7
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Jean Delvare committed Jul 14, 2008
1 parent 690f9c6 commit a8c9702
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: ac7fc4fb2b6a126af8d07f46500440c9641976cf
refs/heads/master: c80ebe7987931ec4e80abc33ebf8aa2dad0d3763
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/algos/i2c-algo-pca.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static int pca_xfer(struct i2c_adapter *i2c_adap,
}
if (state != 0xf8) {
dev_dbg(&i2c_adap->dev, "bus is not idle. status is %#04x\n", state);
return -EIO;
return -EAGAIN;
}

DEB1("{{{ XFER %d messages\n", num);
Expand Down

0 comments on commit a8c9702

Please sign in to comment.