Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286440
b: refs/heads/master
c: ff35e8b
h: refs/heads/master
v: v3
  • Loading branch information
Toshiharu Okada authored and Ben Dooks committed Jan 17, 2012
1 parent fb9dc0a commit 9731dd8
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: 07e8a51ff68353e01d795cceafbac9f54c49132b
refs/heads/master: ff35e8b18984ad2a82cbd259fc07f0be4b34b1aa
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-eg20t.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ static void pch_i2c_init(struct i2c_algo_pch_data *adap)
if (pch_clk > PCH_MAX_CLK)
pch_clk = 62500;

pch_i2cbc = (pch_clk + (pch_i2c_speed * 4)) / pch_i2c_speed * 8;
pch_i2cbc = (pch_clk + (pch_i2c_speed * 4)) / (pch_i2c_speed * 8);
/* Set transfer speed in I2CBC */
iowrite32(pch_i2cbc, p + PCH_I2CBC);

Expand Down

0 comments on commit 9731dd8

Please sign in to comment.