Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358810
b: refs/heads/master
c: 58823c7
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Wolfram Sang committed Feb 15, 2013
1 parent 33f9b5c commit 6e7ae66
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: 724d5edac76d8c9a4198b74c80286df38ed81679
refs/heads/master: 58823c72f6b95414fa11cb8a0e5f1d0e548c2f34
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static int tegra_i2c_xfer_msg(struct tegra_i2c_dev *i2c_dev,
ret = wait_for_completion_timeout(&i2c_dev->msg_complete, TEGRA_I2C_TIMEOUT);
tegra_i2c_mask_irq(i2c_dev, int_mask);

if (WARN_ON(ret == 0)) {
if (ret == 0) {
dev_err(i2c_dev->dev, "i2c transfer timed out\n");

tegra_i2c_init(i2c_dev);
Expand Down

0 comments on commit 6e7ae66

Please sign in to comment.