Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144559
b: refs/heads/master
c: 4ea580f
h: refs/heads/master
i:
  144557: 16c5b49
  144555: 3652635
  144551: 46e3fbb
  144543: 5843351
v: v3
  • Loading branch information
Rabin Vincent authored and Pierre Ossman committed May 3, 2009
1 parent 58c73a3 commit 62aefb9
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: 4accfe2577fab83e41db02282570e849f24ddf53
refs/heads/master: 4ea580f1db62c5419e6690878fd61a740f3aae8e
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ static int __devinit mmci_probe(struct amba_device *dev, void *id)
}

host = mmc_priv(mmc);
host->mmc = mmc;
/* Bits 12 thru 19 is the designer */
host->hw_designer = (dev->periphid >> 12) & 0xff;
/* Bits 20 thru 23 is the revison */
Expand Down Expand Up @@ -545,7 +546,6 @@ static int __devinit mmci_probe(struct amba_device *dev, void *id)
host->mclk = clk_get_rate(host->clk);
DBG(host, "eventual mclk rate: %u Hz\n", host->mclk);
}
host->mmc = mmc;
host->base = ioremap(dev->res.start, SZ_4K);
if (!host->base) {
ret = -ENOMEM;
Expand Down

0 comments on commit 62aefb9

Please sign in to comment.