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

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

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

parents 16d6acb2 f1732544
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -585,11 +585,6 @@ 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;
	}

}