git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d632dfe
)
[media] v4l: omap4iss: Don't use v4l2_g_ext_ctrls() internally
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Sun, 3 Nov 2013 23:13:32 +0000
(20:13 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 3 Dec 2013 19:45:02 +0000
(17:45 -0200)
Instead of using the extended control API internally to get the sensor
pixel rate, use the dedicated in-kernel APIs (find the control with
v4l2_ctrl_find() and get its value with v4l2_ctrl_g_ctrl_int64()).
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found