Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208427
b: refs/heads/master
c: cfd1f82
h: refs/heads/master
i:
  208425: 0be8916
  208423: b98ba71
v: v3
  • Loading branch information
Kyungmin Park authored and Linus Torvalds committed Aug 11, 2010
1 parent db44998 commit a6103c0
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: ccc92c23240cdf952ef7cc39ba563910dcbc9cbe
refs/heads/master: cfd1f82f20e0c557a061189f7d8c30d623fbe313
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ int sdhci_add_host(struct sdhci_host *host)
*/
mmc->ops = &sdhci_ops;
if (host->quirks & SDHCI_QUIRK_NONSTANDARD_CLOCK &&
host->ops->set_clock && host->ops->get_min_clock)
host->ops->get_min_clock)
mmc->f_min = host->ops->get_min_clock(host);
else
mmc->f_min = host->max_clk / 256;
Expand Down

0 comments on commit a6103c0

Please sign in to comment.