summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorIrenge Jules Bashizi <jbi.octave@gmail.com>2018-11-08 22:00:29 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-09 04:29:41 -0800
commit91e24a4c4b26f842558fd4f95dc26f8f518f9e2c (patch)
tree0adbc8d943f25b6d49510e385219b01e0110203b /drivers
parent0ffcadecdb592ce9a18fc9a3167757a9c7ee6707 (diff)
staging: davinci_vpfe: Remove multiple blank space
Remove multiple blank space complained by checkpatch Signed-off-by: Irenge Jules Bashizi <jbi.octave@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/media/davinci_vpfe/dm365_ipipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
index ccb59fd653c9..3d910b85905c 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
@@ -1817,8 +1817,6 @@ vpfe_ipipe_init(struct vpfe_ipipe_device *ipipe, struct platform_device *pdev)
v4l2_ctrl_new_std(&ipipe->ctrls, &ipipe_ctrl_ops,
V4L2_CID_CONTRAST, 0,
IPIPE_CONTRAST_HIGH, 1, 16);
-
-
v4l2_ctrl_handler_setup(&ipipe->ctrls);
sd->ctrl_handler = &ipipe->ctrls;