diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-08-29 16:05:14 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-09-24 08:49:06 +0200 |
commit | cd75981ec93a3abf717d0182ff5d56b650873215 (patch) | |
tree | b51db81eec3dd50b234a6e587eaccd1c98bc2204 /drivers/media/dvb-frontends | |
parent | d91d7bc85062309aae6d8064563ddf17947cb6bc (diff) |
media: v4l2-ctrls: drop 'elems' argument from control type ops.
The type ops for equal, init and validate have an elems argument,
but this can be taken from struct v4l2_ctrl: ctrl->elems for
equal and init, and ctrl->new_elems for validate (since you are
validating a new control value).
So drop this argument and update all callers.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends')
0 files changed, 0 insertions, 0 deletions