Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250841
b: refs/heads/master
c: c436f92
h: refs/heads/master
i:
  250839: 9ae6395
v: v3
  • Loading branch information
srinidhi kasagar authored and Ben Dooks committed May 24, 2011
1 parent 69d4bf4 commit b4b190c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 99381bec0a569a69345148cb1ac74c2caa43a227
refs/heads/master: c436f92a4646e4635554bda39407dfb907352321
2 changes: 0 additions & 2 deletions trunk/drivers/i2c/busses/i2c-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,6 @@ static int nmk_i2c_xfer(struct i2c_adapter *i2c_adap,
if (status || (dev->result)) {
/* get the abort cause */
cause = (readl(dev->virtbase + I2C_SR) >> 4) & 0x7;
dev_err(&dev->pdev->dev, "error during I2C"
"message xfer: %d\n", cause);
dev_err(&dev->pdev->dev, "%s\n",
cause >= ARRAY_SIZE(abort_causes)
? "unknown reason" : abort_causes[cause]);
Expand Down

0 comments on commit b4b190c

Please sign in to comment.