media: imx: Constify static struct v4l2_m2m_ops
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Tue, 12 Oct 2021 21:47:03 +0000 (23:47 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 30 Nov 2021 11:00:11 +0000 (12:00 +0100)
commit61b20ddec90075b0fd33394e0425fd01e627a0a9
tree81570fbfbf185c9b46a60da508eabbe4855d53fe
parent8197b071915a5229c9359b1a232936109d27dc1f
media: imx: Constify static struct v4l2_m2m_ops

The only usage of m2m_ops is to pass its address to v4l2_m2m_init(),
which  takes a pointer to const v4l2_m2m_ops as argument. Make it const
to allow the compiler to put it in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/imx/imx-media-csc-scaler.c