Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172377
b: refs/heads/master
c: b43149c
h: refs/heads/master
i:
  172375: 4f4540b
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Nov 24, 2009
1 parent 6875969 commit 6bca08c
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: 40f5b07832ce29e66f42b61a2e9a1fd94783c136
refs/heads/master: b43149c168ce4069ce8828b1ceb8f7eb42bc4b82
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static void mmci_set_clkreg(struct mmci_host *host, unsigned int desired)
clk = 255;
host->cclk = host->mclk / (2 * (clk + 1));
}
if (host->hw_designer == 0x80)
if (host->hw_designer == AMBA_VENDOR_ST)
clk |= MCI_FCEN; /* Bug fix in ST IP block */
clk |= MCI_CLK_ENABLE;
/* This hasn't proven to be worthwhile */
Expand Down

0 comments on commit 6bca08c

Please sign in to comment.