Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255202
b: refs/heads/master
c: 65d1351
h: refs/heads/master
v: v3
  • Loading branch information
Wonil Choi authored and Chris Ball committed Jul 20, 2011
1 parent a485518 commit 8c0b84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 58d1246db340793c408b22884598e4ce4d1d4aba
refs/heads/master: 65d13516b2358c38ac56a5f83e989a6837dcf825
6 changes: 2 additions & 4 deletions trunk/drivers/mmc/host/sdhci-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,16 +612,14 @@ static int sdhci_s3c_suspend(struct platform_device *dev, pm_message_t pm)
{
struct sdhci_host *host = platform_get_drvdata(dev);

sdhci_suspend_host(host, pm);
return 0;
return sdhci_suspend_host(host, pm);
}

static int sdhci_s3c_resume(struct platform_device *dev)
{
struct sdhci_host *host = platform_get_drvdata(dev);

sdhci_resume_host(host);
return 0;
return sdhci_resume_host(host);
}

#else
Expand Down

0 comments on commit 8c0b84c

Please sign in to comment.