From: Sakari Ailus Date: Thu, 12 Jun 2014 16:09:40 +0000 (-0300) Subject: [media] v4l: ctrls: Provide an unlocked variant of v4l2_ctrl_modify_range() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a573925159aeec1dd159627d849dc6c66000faf;p=pandora-kernel.git [media] v4l: ctrls: Provide an unlocked variant of v4l2_ctrl_modify_range() Drivers may use the v4l2_ctrl_modify_range() internally as part of other operations that need to be both serialised using a driver's lock which can also be used to serialise access to the control handler. Provide an unlocked version of the function, __v4l2_ctrl_modify_range() which then may be used by drivers for the purpose. Signed-off-by: Sakari Ailus Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed