Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349063
b: refs/heads/master
c: 9eb13cf
h: refs/heads/master
i:
  349061: f1a0ef2
  349059: 92abde4
  349055: 9f21c93
v: v3
  • Loading branch information
Aaro Koskinen authored and Wolfram Sang committed Jan 22, 2013
1 parent df3d299 commit a2ef2b2
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: 2c5de558cd228e6d9ae633fb318f18942c7248f1
refs/heads/master: 9eb13cf3ecf67a0ff3114d6b66878a1149f96b7d
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 @@ -963,7 +963,7 @@ omap_i2c_isr_thread(int this_irq, void *dev_id)
i2c_omap_errata_i207(dev, stat);

omap_i2c_ack_stat(dev, OMAP_I2C_STAT_RDR);
break;
continue;
}

if (stat & OMAP_I2C_STAT_RRDY) {
Expand All @@ -989,7 +989,7 @@ omap_i2c_isr_thread(int this_irq, void *dev_id)
break;

omap_i2c_ack_stat(dev, OMAP_I2C_STAT_XDR);
break;
continue;
}

if (stat & OMAP_I2C_STAT_XRDY) {
Expand Down

0 comments on commit a2ef2b2

Please sign in to comment.