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

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

Merge "driver: soc: wcnss: fix WCNSS SSR make device reboot issue"

parents b288f22b b506ddce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -585,6 +585,11 @@ static void wcnss_vregs_off(struct vregs_info regulators[], uint size,
				wcnss_log(ERR, "vreg %s disable failed (%d)\n",
				       regulators[i].name, rc);
		}
		/* Free the regulator source */
		if (regulators[i].state & VREG_GET_REGULATOR_MASK)
		regulator_put(regulators[i].regulator);

		regulators[i].state = VREG_NULL_CONFIG;
	}

}