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

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

Merge "msm: cvp: Remove incorrect error message"

parents 6360553d 9026dd01
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2261,10 +2261,8 @@ int msm_cvp_session_deinit(struct msm_cvp_inst *inst)
		inst, hash32_ptr(inst->session));

	session = (struct cvp_hal_session *)inst->session;
	if (!session) {
		dprintk(CVP_ERR, "%s: invalid session\n", __func__);
		return -EINVAL;
	}
	if (!session)
		return rc;

	rc = msm_cvp_comm_try_state(inst, MSM_CVP_CLOSE_DONE);
	if (rc)