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

Commit 3efe6679 authored by Dundi Raviteja's avatar Dundi Raviteja Committed by Gerrit - the friendly Code Review server
Browse files

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



This reverts commit b506ddce ("driver: soc: wcnss: fix WCNSS
SSR make device reboot issue"). This is needed to not free up
regulatory source.

Change-Id: Ibf41d140e727987a234c37c0466e007eb7270cf1
CRs-Fixed: 2594716
Signed-off-by: default avatarDundi Raviteja <dundi@codeaurora.org>
parent cd4baeef
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line 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",
				wcnss_log(ERR, "vreg %s disable failed (%d)\n",
				       regulators[i].name, rc);
				       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;
	}
	}


}
}