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

Unverified Commit afcac3df authored by Rui TANG's avatar Rui TANG Committed by Michael Bestas
Browse files

Revert "[ALM:10872956] [FP4]:esim power stay up"

This reverts commit 85efadf9.

Change-Id: I5c3bcd6b6dca76bdb4e02775946d70faf1e4282c
parent e7ea5788
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ static ssize_t esim_power_store(struct class *class,
	int ret = 0;

	if ((!strncmp(buf,"1",1))) {
	    ret = regulator_enable(regulator_l5e); 
	    ret = regulator_set_voltage(regulator_l5e, 1810000, 1810000); 
		   regulator_status = 1;
		}
	else {
	    ret = regulator_enable(regulator_l5e); 
	    ret = regulator_set_voltage(regulator_l5e, 0, 0); 
		   regulator_status = 0;
		}