Commit 91e24a4c authored by Irenge Jules Bashizi's avatar Irenge Jules Bashizi Committed by Greg Kroah-Hartman
Browse files

staging: davinci_vpfe: Remove multiple blank space



Remove multiple blank space complained by checkpatch

Signed-off-by: default avatarIrenge Jules Bashizi <jbi.octave@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0ffcadec
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;