Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284528
b: refs/heads/master
c: 984589e
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Chris Ball committed Jan 12, 2012
1 parent dd009a2 commit d029a45
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 38a60ea2e7b33ab33ee11d6ef527f259edb102cf
refs/heads/master: 984589e59f5796b4ef9a778c6a1937fc9319c423
3 changes: 1 addition & 2 deletions trunk/drivers/mmc/host/sdhci-spear.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,9 @@ static int sdhci_suspend(struct device *dev)
{
struct sdhci_host *host = dev_get_drvdata(dev);
struct spear_sdhci *sdhci = dev_get_platdata(dev);
pm_message_t state = {.event = 0};
int ret;

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

Expand Down

0 comments on commit d029a45

Please sign in to comment.