commit | e64025850d11afd0a9ad14d40310bec7ff0f4847 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Jun 14 10:56:42 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 27 17:53:32 2011 -0300 |
tree | da05116714de479c2b8e5406c93fbf4aed562605 | |
parent | eb5b16efb26ff5b2d0ba25a114394db69c433f86 [diff] |
[media] v4l2-ctrls: split try_or_set_ext_ctrls() Split try_or_set_ext_ctrls() into a validate_ctrls() part ('Phase 1') and merge the second part ('Phase 2') into try_set_ext_ctrls(). This makes a lot more sense and it also does the validation before trying to try/set the controls. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>