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

Commit 697c668a 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: Don't erase buffer flags in EBD"

parents 6ce787f2 d68c2929
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1070,7 +1070,6 @@ static void handle_ebd(enum command_response cmd, void *data)
		if (vb->v4l2_planes[0].m.userptr !=
			response->input_done.packet_buffer)
			dprintk(VIDC_INFO, "Unexpected buffer address\n");
		vb->v4l2_buf.flags = 0;
		empty_buf_done = (struct vidc_hal_ebd *)&response->input_done;
		if (empty_buf_done) {
			if (empty_buf_done->status == VIDC_ERR_NOT_SUPPORTED) {