Re: [PATCH] clk: qcom: lpass: Correct goto target in lpass_core_sc7180_probe()

From: Jing Xiangfeng
Date: Thu Sep 10 2020 - 05:30:24 EST




On 2020/9/10 17:03, Stephen Boyd wrote:
Quoting Jing Xiangfeng (2020-08-27 07:16:29)
lpass_core_sc7180_probe() misses to call pm_clk_destroy() and
pm_runtime_disable() in error paths. Correct goto target to fix it.
This issue is found by code inspection.

Signed-off-by: Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx>
---

HMm.. presumably

Fixes: edab812d802d ("clk: qcom: lpass: Add support for LPASS clock controller for SC7180")

should be added?

Ok, I will send a v2 with it.
Thanks
.