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

Commit a01b88eb authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "esoc: power down on reboot"

parents 79718494 e26ca747
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -418,7 +418,7 @@ static void mdm_notify(enum esoc_notify notify, struct esoc_clink *esoc)
		mdm_disable_irqs(mdm);
		mdm->debug = 0;
		mdm->ready = false;
		mdm_cold_reset(mdm);
		mdm_power_down(mdm);
		break;
	};
}