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:
parent
a5f04589ee
commit
9517382ddf
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue