Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137254
b: refs/heads/master
c: 06277b5
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed Mar 13, 2009
1 parent 39e13cc commit 1417c1c
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: cc83e4096c6db1f13406c7dedf5516b4b5bcba55
refs/heads/master: 06277b5c40be283779d55db16b50fc201a2ff8bb
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mxcmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ static int mxcmci_probe(struct platform_device *pdev)
host->res = r;
host->irq = irq;

host->clk = clk_get(&pdev->dev, "sdhc_clk");
host->clk = clk_get(&pdev->dev, NULL);
if (IS_ERR(host->clk)) {
ret = PTR_ERR(host->clk);
goto out_iounmap;
Expand Down

0 comments on commit 1417c1c

Please sign in to comment.