summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak R Varma <mh12gx2825@gmail.com>2020-03-25 21:56:44 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-14 12:18:20 +0200
commit34b7db6fff8d977398234cd6393c620787989e68 (patch)
treebab9c38cb1b97c59c13251534d9093e4dd9cb2be
parent9581ba4596e073659280f9fd95a73fbaadb973eb (diff)
downloadlinux-34b7db6fff8d977398234cd6393c620787989e68.tar.gz
linux-34b7db6fff8d977398234cd6393c620787989e68.tar.bz2
linux-34b7db6fff8d977398234cd6393c620787989e68.zip
media: staging/intel-ipu3: Remove extra blank lines
Remove extra blank lines from the code blocks. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Reviewed-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r--drivers/staging/media/ipu3/ipu3-v4l2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/media/ipu3/ipu3-v4l2.c b/drivers/staging/media/ipu3/ipu3-v4l2.c
index db8b5d13631a..9c121ab461ab 100644
--- a/drivers/staging/media/ipu3/ipu3-v4l2.c
+++ b/drivers/staging/media/ipu3/ipu3-v4l2.c
@@ -152,7 +152,6 @@ static int imgu_subdev_set_fmt(struct v4l2_subdev *sd,
struct imgu_v4l2_subdev *imgu_sd = container_of(sd,
struct imgu_v4l2_subdev,
subdev);
-
struct v4l2_mbus_framefmt *mf;
u32 pad = fmt->pad;
unsigned int pipe = imgu_sd->pipe;
@@ -490,7 +489,6 @@ static int imgu_vb2_start_streaming(struct vb2_queue *vq, unsigned int count)
if (r < 0)
goto fail_return_bufs;
-
if (!imgu_all_nodes_streaming(imgu, node))
return 0;