From: Laurent Pinchart Date: Sun, 3 Nov 2013 23:13:32 +0000 (-0300) Subject: [media] v4l: omap4iss: Don't use v4l2_g_ext_ctrls() internally X-Git-Tag: v3.14-rc1~20^2~404 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea72717e961d1166882370a87876bfeacc967eb0;p=pandora-kernel.git [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 Acked-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed