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

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

Merge "msm: vidc: Do not set defer flag again"

parents d9fc1ebf aa46b378
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4278,7 +4278,6 @@ int msm_comm_qbuf_decode_batch(struct msm_vidc_inst *inst,
		count = num_pending_qbufs(inst,
			V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
		if (count < inst->batch.size) {
			mbuf->flags |= MSM_VIDC_FLAG_DEFERRED;
			print_vidc_buffer(VIDC_DBG,
				"batch-qbuf deferred", inst, mbuf);
			return 0;