Re: [PATCH] clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe

From: Stephen Boyd
Date: Fri Sep 30 2022 - 20:40:21 EST


Quoting Miaoqian Lin (2022-06-01 20:08:36)
> pm_runtime_get_sync() will increment pm usage counter.
> Forgetting to putting operation will result in reference leak.
> Add missing pm_runtime_put_sync in some error paths.
>
> Fixes: 9ac33b0ce81f ("CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>
> ---

Applied to clk-next