Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101272
b: refs/heads/master
c: d868caa
h: refs/heads/master
v: v3
  • Loading branch information
Troy Kisky authored and Jean Delvare committed Jul 14, 2008
1 parent ff458b8 commit 3b07956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: cc99ff70c7ad36e01db545a81a8594474964f918
refs/heads/master: d868caa177d4487ce1935926498f542a8f67c1cf
5 changes: 2 additions & 3 deletions trunk/drivers/i2c/busses/i2c-davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,11 @@ i2c_davinci_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[], int num)

for (i = 0; i < num; i++) {
ret = i2c_davinci_xfer_msg(adap, &msgs[i], (i == (num - 1)));
dev_dbg(dev->dev, "%s [%d/%d] ret: %d\n", __func__, i + 1, num,
ret);
if (ret < 0)
return ret;
}

dev_dbg(dev->dev, "%s:%d ret: %d\n", __func__, __LINE__, ret);

return num;
}

Expand Down

0 comments on commit 3b07956

Please sign in to comment.