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

Commit 69373f6a authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9904): v4l: fix compile warning.



Fix (bogus) compile warning about uninitialized variable.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9768352a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ static int sh_mobile_ceu_try_bus_param(struct soc_camera_device *icd,
static int sh_mobile_ceu_set_fmt(struct soc_camera_device *icd,
				 __u32 pixfmt, struct v4l2_rect *rect)
{
	const struct soc_camera_data_format *cam_fmt;
	const struct soc_camera_data_format *cam_fmt = NULL;
	int ret;

	/*