Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271298
b: refs/heads/master
c: 363d58f
h: refs/heads/master
v: v3
  • Loading branch information
Anatolij Gustschin authored and Florian Tobias Schandinat committed Sep 2, 2011
1 parent 106928e commit 76757c1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 43dcd13b9a807ea9e832e4c6b138d825a7b65577
refs/heads/master: 363d58f5071df66cbe57c8a68e8bc84efe91f16e
2 changes: 1 addition & 1 deletion trunk/drivers/video/mb862xx/mb862xx-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static int mb862xx_i2c_wait_event(struct i2c_adapter *adap)
u32 reg;

do {
udelay(1);
udelay(10);
reg = inreg(i2c, GC_I2C_BCR);
if (reg & (I2C_INT | I2C_BER))
break;
Expand Down

0 comments on commit 76757c1

Please sign in to comment.