On 03/22/2017 12:35 PM, Marek Szyprowski wrote:
@@ -141,15 +141,15 @@ static int exynos_audss_clk_probe(struct platform_device *pdev)
+ /* + * Enable runtime PM here, so clock core with use runtime PM for all + * registered clocks. + */
While applying I rephrased the above comment to: /* * Enable runtime PM here to allow the clock core using runtime PM * for the registered clocks. */
+ pm_runtime_set_active(dev); + pm_runtime_enable(dev);
-- Thanks, Sylwester -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html