diff options
-rw-r--r-- | drivers/mmc/host/mmci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 8232e9a02d40..88aefa6fa8b1 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c | |||
@@ -1739,10 +1739,10 @@ static int mmci_probe(struct amba_device *dev, | |||
1739 | 1739 | ||
1740 | pm_runtime_set_autosuspend_delay(&dev->dev, 50); | 1740 | pm_runtime_set_autosuspend_delay(&dev->dev, 50); |
1741 | pm_runtime_use_autosuspend(&dev->dev); | 1741 | pm_runtime_use_autosuspend(&dev->dev); |
1742 | pm_runtime_put(&dev->dev); | ||
1743 | 1742 | ||
1744 | mmc_add_host(mmc); | 1743 | mmc_add_host(mmc); |
1745 | 1744 | ||
1745 | pm_runtime_put(&dev->dev); | ||
1746 | return 0; | 1746 | return 0; |
1747 | 1747 | ||
1748 | clk_disable: | 1748 | clk_disable: |