media: cx231xx: controls are from another device, mark this
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 17 Jan 2024 11:44:03 +0000 (12:44 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 5 Feb 2024 11:57:44 +0000 (12:57 +0100)
commit8674fd635f287a0652ae1459f6ebb15bc82c2707
treeca7f76974f49c12b9518ee2f631bc72de5a9e94c
parentfd61d77a3d28444b2635f0c8b5a2ecd6a4d94026
media: cx231xx: controls are from another device, mark this

The last argument of v4l2_ctrl_add_handler() indicates whether the controls
you add are from a control handler owned by another driver (true) or from
the same driver (false). In this case the last argument was incorrectly set
to false. The controls come from the cx25840 subdev.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/usb/cx231xx/cx231xx-417.c