Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312821
b: refs/heads/master
c: e2ee996
h: refs/heads/master
i:
  312819: 9410cf8
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Chris Ball committed Jul 21, 2012
1 parent 3c54489 commit 12550d2
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: a6609267107ecc5598b79aa353036c1f57e7257e
refs/heads/master: e2ee996eaad64c149cb7cfd344789c7e0c1577dc
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/sh_mmcif.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,8 @@ static void sh_mmcif_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
pm_runtime_put(&host->pd->dev);
clk_disable(host->hclk);
host->power = false;
if (p->down_pwr && ios->power_mode == MMC_POWER_OFF)
p->down_pwr(host->pd);
if (p->set_pwr && ios->power_mode == MMC_POWER_OFF)
p->set_pwr(host->pd, 0);
}
host->state = STATE_IDLE;
return;
Expand Down

0 comments on commit 12550d2

Please sign in to comment.