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: Parthiban Nallathambi <pn@denx.de>
Acked-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Parthiban Nallathambi 2018-02-15 04:25:45 -05:00 committed by Mauro Carvalho Chehab
parent a5f04589ee
commit 9517382ddf

View file

@ -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;