Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39d693eb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pil-msa: Don't unconditionally write to restart_reg"

parents 9bd09f39 198d6e62
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@ static int pil_msa_pbl_reset(struct pil_desc *pil)
err_q6v5_reset:
	pil_msa_pbl_disable_clks(drv);
err_clks:
	if (drv->restart_reg)
		writel_relaxed(1, drv->restart_reg);
	pil_msa_pbl_power_down(drv);
err_power: