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

Commit 5727a5a4 authored by Philipp Zabel's avatar Philipp Zabel Committed by Mauro Carvalho Chehab
Browse files

[media] coda: remove unnecessary peek at next destination buffer from coda_finish_decode



The return value of this call to v4l2_m2m_next_dst_buf() is never used.

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarKamil Debski <k.debski@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 2c3759d4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1580,8 +1580,6 @@ static void coda_finish_decode(struct coda_ctx *ctx)
	u32 err_mb;
	u32 val;

	dst_buf = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx);

	/* Update kfifo out pointer from coda bitstream read pointer */
	coda_kfifo_sync_from_device(ctx);