Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156084
b: refs/heads/master
c: 04c688d
h: refs/heads/master
v: v3
  • Loading branch information
Sonasath, Moiz authored and Ben Dooks committed Jul 30, 2009
1 parent 9a4c546 commit 47a278e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bfb6b6588af5ff762222cee79152d2be738ccc06
refs/heads/master: 04c688dd7a65935568b44629bfaa122eddf76e94
4 changes: 3 additions & 1 deletion trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,10 @@ omap_i2c_isr(int this_irq, void *dev_id)
err |= OMAP_I2C_STAT_AL;
}
if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK |
OMAP_I2C_STAT_AL))
OMAP_I2C_STAT_AL)) {
omap_i2c_complete_cmd(dev, err);
return IRQ_HANDLED;
}
if (stat & (OMAP_I2C_STAT_RRDY | OMAP_I2C_STAT_RDR)) {
u8 num_bytes = 1;
if (dev->fifo_size) {
Expand Down

0 comments on commit 47a278e

Please sign in to comment.