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

Commit 38aed47b authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] vivi: drop unused field

parent f0af5e8f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -191,7 +191,6 @@ struct vivi_buffer {
	/* common v4l buffer stuff -- must be first */
	struct vb2_buffer	vb;
	struct list_head	list;
	const struct vivi_fmt  *fmt;
};

struct vivi_dmaqueue {
@@ -875,8 +874,6 @@ static int buffer_prepare(struct vb2_buffer *vb)

	vb2_set_plane_payload(&buf->vb, 0, size);

	buf->fmt = dev->fmt;

	precalculate_bars(dev);
	precalculate_line(dev);