Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233577
b: refs/heads/master
c: a5a595c
h: refs/heads/master
i:
  233575: 3f2c7f4
v: v3
  • Loading branch information
Ben Dooks committed Feb 23, 2011
1 parent 7ed3d87 commit 156c33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: cb527ede1bf6ff2008a025606f25344b8ed7b4ac
refs/heads/master: a5a595cc36bbbe16f6a3f0e6968f94a0604bfd28
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,9 @@ omap_i2c_isr(int this_irq, void *dev_id)
dev_err(dev->dev, "Arbitration lost\n");
err |= OMAP_I2C_STAT_AL;
}
/*
/*
* ProDB0017052: Clear ARDY bit twice
*/
*/
if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK |
OMAP_I2C_STAT_AL)) {
omap_i2c_ack_stat(dev, stat &
Expand Down

0 comments on commit 156c33d

Please sign in to comment.