Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218759
b: refs/heads/master
c: e029ab0
h: refs/heads/master
i:
  218757: 255dc76
  218755: b513cd6
  218751: 24e7af6
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Sep 24, 2010
1 parent 1353e7d commit 7cf4fe8
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: ee40b7d1c0391944cdd328d4e2432bd4c110c644
refs/heads/master: e029ab0d02b94d633d8e82a46dfdb7fd94a62216
4 changes: 2 additions & 2 deletions trunk/drivers/video/via/via_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ static int create_i2c_bus(struct i2c_adapter *adapter,
algo->setscl = via_i2c_setscl;
algo->getsda = via_i2c_getsda;
algo->getscl = via_i2c_getscl;
algo->udelay = 40;
algo->timeout = 20;
algo->udelay = 10;
algo->timeout = 2;
algo->data = adap_cfg;

sprintf(adapter->name, "viafb i2c io_port idx 0x%02x",
Expand Down

0 comments on commit 7cf4fe8

Please sign in to comment.