Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270252
b: refs/heads/master
c: 514d9ed
h: refs/heads/master
v: v3
  • Loading branch information
Sahitya Tummala authored and Chris Ball committed Oct 26, 2011
1 parent b8f7f0a commit daacec6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: dce7c756c84160424b3aea5ec36f221946bdc6f7
refs/heads/master: 514d9eda92654430369060b91f7472bb198e7904
12 changes: 6 additions & 6 deletions trunk/drivers/mmc/host/msm_sdcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,17 +1247,17 @@ msmsdcc_probe(struct platform_device *pdev)
goto pclk_put;
}

/* Enable clocks */
ret = msmsdcc_enable_clocks(host);
if (ret)
goto clk_put;

ret = clk_set_rate(host->clk, msmsdcc_fmin);
if (ret) {
pr_err("%s: Clock rate set failed (%d)\n", __func__, ret);
goto clk_disable;
goto clk_put;
}

/* Enable clocks */
ret = msmsdcc_enable_clocks(host);
if (ret)
goto clk_put;

host->pclk_rate = clk_get_rate(host->pclk);
host->clk_rate = clk_get_rate(host->clk);

Expand Down

0 comments on commit daacec6

Please sign in to comment.