Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156979
b: refs/heads/master
c: dd11976
h: refs/heads/master
i:
  156977: 81f1065
  156975: 3e08931
v: v3
  • Loading branch information
Moiz Sonasath authored and Ben Dooks committed Aug 20, 2009
1 parent 5092f6c commit 7aacfbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcc4ec26942d3bae2c5a82ab8346ab53b540a171
refs/heads/master: dd11976aea15bde53ce40b076dd5fa462c74f41a
3 changes: 3 additions & 0 deletions trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,9 @@ omap_i2c_isr(int this_irq, void *dev_id)
}
if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK |
OMAP_I2C_STAT_AL)) {
omap_i2c_ack_stat(dev, stat &
(OMAP_I2C_STAT_RRDY | OMAP_I2C_STAT_RDR |
OMAP_I2C_STAT_XRDY | OMAP_I2C_STAT_XDR));
omap_i2c_complete_cmd(dev, err);
return IRQ_HANDLED;
}
Expand Down

0 comments on commit 7aacfbe

Please sign in to comment.