Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262973
b: refs/heads/master
c: 4906baf
h: refs/heads/master
i:
  262971: 5c6b1c1
v: v3
  • Loading branch information
Axel Lin authored and Chris Ball committed Aug 13, 2011
1 parent 862255b commit 6a8f17e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0d58864bf3472f8390e0c0a33bd875c7eec868bd
refs/heads/master: 4906baf080623b4971bdeeac0a9fec5b8885d3ac
2 changes: 0 additions & 2 deletions trunk/drivers/mmc/host/tmio_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
static int tmio_mmc_suspend(struct platform_device *dev, pm_message_t state)
{
const struct mfd_cell *cell = mfd_get_cell(dev);
struct mmc_host *mmc = platform_get_drvdata(dev);
int ret;

ret = tmio_mmc_host_suspend(&dev->dev);
Expand All @@ -42,7 +41,6 @@ static int tmio_mmc_suspend(struct platform_device *dev, pm_message_t state)
static int tmio_mmc_resume(struct platform_device *dev)
{
const struct mfd_cell *cell = mfd_get_cell(dev);
struct mmc_host *mmc = platform_get_drvdata(dev);
int ret = 0;

/* Tell the MFD core we are ready to be enabled */
Expand Down

0 comments on commit 6a8f17e

Please sign in to comment.