[PATCH v6 4/4] clk: samsung: exynos-audss: Use runtime PM
Sylwester Nawrocki
s.nawrocki at samsung.com
Mon Mar 27 08:24:59 PDT 2017
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
More information about the linux-arm-kernel
mailing list