Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164756
b: refs/heads/master
c: 27f6cb1
h: refs/heads/master
v: v3
  • Loading branch information
Chris Ball authored and Linus Torvalds committed Sep 23, 2009
1 parent 3e1577a commit 6b7bb94
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: a13abc7b0814da7733c531453a207729b542ecf8
refs/heads/master: 27f6cb160b71b342b7a47d28a4b6c422ea74ccd1
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,8 @@ static void sdhci_set_clock(struct sdhci_host *host, unsigned int clock)
clk |= SDHCI_CLOCK_INT_EN;
sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);

/* Wait max 10 ms */
timeout = 10;
/* Wait max 20 ms */
timeout = 20;
while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
& SDHCI_CLOCK_INT_STABLE)) {
if (timeout == 0) {
Expand Down

0 comments on commit 6b7bb94

Please sign in to comment.