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>
This commit is contained in:
parent
0ffcadecdb
commit
91e24a4c4b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue