Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5af37199 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss: Syncronize System PM with Runtime PM"

parents 8f631c17 72130473
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3139,6 +3139,7 @@ void cnss_runtime_init(struct device *dev, int auto_delay)
	pm_runtime_allow(dev);
	pm_runtime_mark_last_busy(dev);
	pm_runtime_put_noidle(dev);
	pm_suspend_ignore_children(dev, true);
}
EXPORT_SYMBOL(cnss_runtime_init);