upstream: [media] v4l: omap4iss: Don't use v4l2_g_ext_ctrls() internally
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 3 Nov 2013 23:13:32 +0000 (20:13 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:52:20 +0000 (11:52 +0900)
commitf239f5ac6660aac790a03439b0c1bd6febdb247d
tree7804187ae3289bc78f8a16adeb3fc348414b90bd
parent65604b98147f4dcd6ba6674d480bdf74e456a563
upstream: [media] v4l: omap4iss: Don't use v4l2_g_ext_ctrls() internally

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>
drivers/staging/media/omap4iss/iss.c