Re: [PATCH] clk: starfive: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
From: Stephen Boyd
Date: Wed Aug 28 2024 - 16:20:38 EST
Quoting Yuntao Liu (2024-08-15 02:38:53)
> We need to call pm_runtime_put_noidle() when pm_runtime_get_sync()
> fails, so use pm_runtime_resume_and_get() instead. this function
> will handle this.
>
> Fixes: dae5448a327ed ("clk: starfive: Add StarFive JH7110 Video-Output clock driver")
> Signed-off-by: Yuntao Liu <liuyuntao12@xxxxxxxxxx>
> ---
Applied to clk-next