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

Commit 9517382d authored by Parthiban Nallathambi's avatar Parthiban Nallathambi Committed by Mauro Carvalho Chehab
Browse files

media: imx: capture: reformat line to 80 chars or less



This is a cleanup patch to fix line length issue found
by checkpatch.pl script.

In this patch, line 144 have been wrapped.

Signed-off-by: default avatarParthiban Nallathambi <pn@denx.de>
Acked-by: default avatarSteve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent a5f04589
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -141,7 +141,8 @@ static int capture_enum_frameintervals(struct file *file, void *fh,

	fie.code = cc->codes[0];

	ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval, NULL, &fie);
	ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval,
			       NULL, &fie);
	if (ret)
		return ret;