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

Commit 54221e72 authored by Manny Vindiola's avatar Manny Vindiola Committed by Mauro Carvalho Chehab
Browse files

[media] atomisp: fix missing blank line coding style issue in atomisp_tpg.c



This is a patch to the atomisp_tpg.c file that fixes up a missing
blank line warning found by the checkpatch.pl tool

Signed-off-by: default avatarManny Vindiola <mannyv@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c32e3d1b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ static int tpg_set_fmt(struct v4l2_subdev *sd,
		       struct v4l2_subdev_format *format)
{
	struct v4l2_mbus_framefmt *fmt = &format->format;

	if (format->pad)
		return -EINVAL;
	/* only raw8 grbg is supported by TPG */