Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336308
b: refs/heads/master
c: 06960a1
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Chris Ball committed Dec 6, 2012
1 parent df17fa2 commit 5812c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 257f9df12307cb0239196d9ec18e2af12c52435e
refs/heads/master: 06960a1b5d55d77d799050d2f62970d36d34a606
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/sdhci-spear.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static int sdhci_suspend(struct device *dev)

ret = sdhci_suspend_host(host);
if (!ret)
clk_disable_unprepare(sdhci->clk);
clk_disable(sdhci->clk);

return ret;
}
Expand All @@ -313,7 +313,7 @@ static int sdhci_resume(struct device *dev)
struct spear_sdhci *sdhci = dev_get_platdata(dev);
int ret;

ret = clk_prepare_enable(sdhci->clk);
ret = clk_enable(sdhci->clk);
if (ret) {
dev_dbg(dev, "Resume: Error enabling clock\n");
return ret;
Expand Down

0 comments on commit 5812c2b

Please sign in to comment.