diff options
| -rw-r--r-- | drivers/mmc/host/sh_mmcif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c index 5a1fdd405b1a..ad9ffea7d659 100644 --- a/drivers/mmc/host/sh_mmcif.c +++ b/drivers/mmc/host/sh_mmcif.c | |||
| @@ -1632,7 +1632,9 @@ static int sh_mmcif_suspend(struct device *dev) | |||
| 1632 | { | 1632 | { |
| 1633 | struct sh_mmcif_host *host = dev_get_drvdata(dev); | 1633 | struct sh_mmcif_host *host = dev_get_drvdata(dev); |
| 1634 | 1634 | ||
| 1635 | pm_runtime_get_sync(dev); | ||
| 1635 | sh_mmcif_writel(host->addr, MMCIF_CE_INT_MASK, MASK_ALL); | 1636 | sh_mmcif_writel(host->addr, MMCIF_CE_INT_MASK, MASK_ALL); |
| 1637 | pm_runtime_put(dev); | ||
| 1636 | 1638 | ||
| 1637 | return 0; | 1639 | return 0; |
| 1638 | } | 1640 | } |
