From: Janusz Krzysztofik Date: Mon, 12 Sep 2011 11:25:25 +0000 (-0300) Subject: [media] media: ov6650: stylistic improvements X-Git-Tag: v3.2-rc1~63^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e56d933fd967a72d5ee4250e1cb6f9de29d936f;p=pandora-kernel.git [media] media: ov6650: stylistic improvements * with no "retrun ret;" at the end, there is no need to initialize ret any longer, * consequently use conditional expressions, not if...else constructs, throughout ov6650_s_ctrl(), * v4l2_ctrl_new_std_menu() max value of V4L2_EXPOSURE_MANUAL instead of equivalent 1 looks more clear. Created on top of "Converting soc_camera to the control framework" series. Signed-off-by: Janusz Krzysztofik Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed