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

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

Merge "esoc: mdm: Remove power off step from debug mode" into msm-3.10

parents 92df0fbe 5a08ef7e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -157,11 +157,6 @@ static int mdm_subsys_powerup(const struct subsys_desc *crashed_subsys)
			dev_err(&esoc_clink->dev, "cannot exit debug mode\n");
			return ret;
		}
		ret = clink_ops->cmd_exe(ESOC_PWR_OFF, esoc_clink);
		if (ret) {
			dev_err(&esoc_clink->dev, "pwr off fail\n");
			return ret;
		}
		mdm_drv->mode = PWR_OFF;
		ret = clink_ops->cmd_exe(ESOC_PWR_ON, esoc_clink);
		if (ret) {