Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284520
b: refs/heads/master
c: 30832ab
h: refs/heads/master
v: v3
  • Loading branch information
Todd Poynor authored and Chris Ball committed Jan 12, 2012
1 parent 450138b commit 393009b
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: e2a0a5829c4069ee4a0f28c7301187ffaba91a46
refs/heads/master: 30832ab56c80d96cfaf5a786524f0d8c57fadfa1
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ static void sdhci_set_clock(struct sdhci_host *host, unsigned int clock)
u16 clk = 0;
unsigned long timeout;

if (clock == host->clock)
if (clock && clock == host->clock)
return;

host->mmc->actual_clock = 0;
Expand Down

0 comments on commit 393009b

Please sign in to comment.