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

Commit 73d81022 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] vivid: tpg_reset_source prototype mismatch



Replaced enum v4l2_field by u32, just as the prototype in the
header has.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 5754d0d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop,
}

void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
		       enum v4l2_field field)
		       u32 field)
{
	unsigned p;