mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
media: v4l: ctrl: Remove old documentation from v4l2_ctrl_grab
v4l2_ctrl_grab() is documented in the header; there's no need to have a comment explaining what the function does in the .c file. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
f492fb4f5b
commit
9a8aaa28f5
1 changed files with 0 additions and 6 deletions
|
@ -2511,12 +2511,6 @@ void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active)
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(v4l2_ctrl_activate);
|
EXPORT_SYMBOL(v4l2_ctrl_activate);
|
||||||
|
|
||||||
/* Grab/ungrab a control.
|
|
||||||
Typically used when streaming starts and you want to grab controls,
|
|
||||||
preventing the user from changing them.
|
|
||||||
|
|
||||||
Just call this and the framework will block any attempts to change
|
|
||||||
these controls. */
|
|
||||||
void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed)
|
void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed)
|
||||||
{
|
{
|
||||||
bool old;
|
bool old;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue