There was an error while loading. Please reload this page.
1 parent 8c964df commit 1d1ff45Copy full SHA for 1d1ff45
drivers/mmc/host/sdhci-acpi.c
@@ -202,6 +202,7 @@ static int sdhci_acpi_probe(struct platform_device *pdev)
202
goto err_free;
203
204
if (c->use_runtime_pm) {
205
+pm_runtime_set_active(dev);
206
pm_suspend_ignore_children(dev, 1);
207
pm_runtime_set_autosuspend_delay(dev, 50);
208
pm_runtime_use_autosuspend(dev);
0 commit comments