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

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

Merge "msm: cvp: Avoid releasing buffers during boot"

parents 31ef58ab 5c420492
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -457,10 +457,10 @@ int msm_cvp_close(void *instance)
		return -EINVAL;
	}

	if (inst->session_type != MSM_CVP_BOOT) {
		msm_cvp_cleanup_instance(inst);

	if (inst->session_type != MSM_CVP_BOOT)
		msm_cvp_session_deinit(inst);
	}

	rc = msm_cvp_comm_try_state(inst, MSM_CVP_CORE_UNINIT);
	if (rc) {