Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300015
b: refs/heads/master
c: 8a52f9f
h: refs/heads/master
i:
  300013: 1bb1475
  300011: 3621496
  300007: ee59b0c
  299999: f3ec19a
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Wolfram Sang committed Apr 22, 2012
1 parent 08048c1 commit 39bae66
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: f70893d08338b9cab8008d2e30404ce58930a513
refs/heads/master: 8a52f9f347da721b199b7f9dcc0168bbe7d0baae
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 @@ -324,7 +324,7 @@ static s32 pch_i2c_wait_for_xfer_complete(struct i2c_algo_pch_data *adap)
{
long ret;
ret = wait_event_timeout(pch_event,
(adap->pch_event_flag != 0), msecs_to_jiffies(50));
(adap->pch_event_flag != 0), msecs_to_jiffies(1000));

if (ret == 0) {
pch_err(adap, "timeout: %x\n", adap->pch_event_flag);
Expand Down

0 comments on commit 39bae66

Please sign in to comment.