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

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

Merge "msm: vidc: Avoid suspend only if firmware is in bad state"

parents 3fb97508 8b3400a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2563,7 +2563,7 @@ int msm_comm_suspend(int core_id)
	}

	mutex_lock(&core->lock);
	if (core->state != VIDC_CORE_INIT_DONE) {
	if (core->state == VIDC_CORE_INVALID) {
		dprintk(VIDC_ERR,
				"%s - fw is not in proper state, skip suspend\n",
				__func__);