Loading drivers/soc/qcom/pil-msa.c +3 −0 Original line number Diff line number Diff line Loading @@ -331,6 +331,9 @@ int pil_mss_shutdown(struct pil_desc *pil) drv->is_booted = false; } if (drv->mx_spike_wa && drv->ahb_clk_vote) clk_disable_unprepare(drv->ahb_clk); return ret; } Loading Loading
drivers/soc/qcom/pil-msa.c +3 −0 Original line number Diff line number Diff line Loading @@ -331,6 +331,9 @@ int pil_mss_shutdown(struct pil_desc *pil) drv->is_booted = false; } if (drv->mx_spike_wa && drv->ahb_clk_vote) clk_disable_unprepare(drv->ahb_clk); return ret; } Loading