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

Commit 26138d80 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: Skip validating buffer counts in close"

parents dc2ffcd0 5dd1fc76
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1781,12 +1781,6 @@ static void msm_vidc_cleanup_instance(struct msm_vidc_inst *inst)
		dprintk(VIDC_ERR,
			"Failed to release mark_data buffers\n");

	/*
	 * At this point all buffes should be with driver
	 * irrespective of scenario
	 */
	msm_comm_validate_output_buffers(inst);

	msm_comm_release_eos_buffers(inst);

	if (msm_comm_release_output_buffers(inst, true))