From: Shaik Ameer Basha Date: Thu, 21 Feb 2013 10:54:18 +0000 (-0300) Subject: [media] fimc-lite: Initialize 'step' field in fimc_lite_ctrl structure X-Git-Tag: v3.9-rc5~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cec1893d8fe01ef6adc89a135a804acd2989a48;p=pandora-kernel.git [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 Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed