media: staging: imx: controls are from another device, mark this
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 17 Jan 2024 11:46:45 +0000 (12:46 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 16 Feb 2024 10:46:32 +0000 (11:46 +0100)
commit24d9cb1430134608e1c7e7dbcca8b83396ea0dc8
tree25e8ed31ceb122085e2cf2f4691550e0f47779ce
parent7d62ebc6541491acbb316254abcfda79faffa8ac
media: staging: imx: 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 control handlers are from different devices.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/staging/media/imx/imx-media-fim.c