Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371007
b: refs/heads/master
c: 1451b91
h: refs/heads/master
i:
  371005: 4e7e64d
  371003: 591b6f9
  370999: 9af71a4
  370991: 1f5a9fd
  370975: 3435612
  370943: 4a6924e
v: v3
  • Loading branch information
Mika Westerberg authored and Wolfram Sang committed Apr 15, 2013
1 parent a861445 commit fe0e071
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: 3ca4ed8715a6677ce2cdd7aa471685e653b5114d
refs/heads/master: 1451b91ffef5a2ac7df28a6d8fc270ccbee5d8ac
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-designware-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static int i2c_dw_wait_bus_not_busy(struct dw_i2c_dev *dev)
return -ETIMEDOUT;
}
timeout--;
mdelay(1);
usleep_range(1000, 1100);
}

return 0;
Expand Down

0 comments on commit fe0e071

Please sign in to comment.