[media] fimc-lite: Initialize 'step' field in fimc_lite_ctrl structure
authorShaik Ameer Basha <shaik.ameer@samsung.com>
Thu, 21 Feb 2013 10:54:18 +0000 (07:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 21:22:08 +0000 (18:22 -0300)
commit4cec1893d8fe01ef6adc89a135a804acd2989a48
treeff42162ac40f2de5c3f269ce8c800a233a2745af
parente71918ea66121985f287c0c3d0efa9c4c35da7fa
[media] fimc-lite: Initialize 'step' field in fimc_lite_ctrl structure

v4l2_ctrl_new() uses check_range() for control range checking.
This function expects 'step' value for V4L2_CTRL_TYPE_BOOLEAN type control.
If 'step' value doesn't match to '1', it returns -ERANGE error.
This patch adds the default .step value to 1.

Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-fimc/fimc-lite.c
This page took 0.036346 seconds and 5 git commands to generate.