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?
.