commit | a1606102dafe6942905e97a88ceea9a60e1a2c7d | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed May 21 19:00:05 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Jul 17 12:44:54 2014 -0300 |
tree | da87134f4639e60064f0567c2dd2807821837efb | |
parent | 960de2cff49a4e5f45e6a60175f4298cc34dc526 [diff] |
[media] v4l: vsp1: sru: Fix the intensity control default value The default value isn't set and defaults to 0, which isn't in the 1-6 min-max range. Fix it by setting the default value to 1. This shoud have been caught when checking the control handler error field at initialization time, but the check was missing. Add it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>