summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2021-11-30 22:27:00 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-12-07 11:29:56 +0100
commitcf56f4f2a4ec7370b28e05cb4d228ffa7b65abbd (patch)
treeec98f6f407a5d1f1df1328d2f0dc153631614fe8 /drivers/media/cec
parent0407c49ebe330333478440157c640fffd986f41b (diff)
downloadlinux-stable-cf56f4f2a4ec7370b28e05cb4d228ffa7b65abbd.tar.gz
linux-stable-cf56f4f2a4ec7370b28e05cb4d228ffa7b65abbd.tar.bz2
linux-stable-cf56f4f2a4ec7370b28e05cb4d228ffa7b65abbd.zip
media: s5p-jpeg: Constify struct v4l2_m2m_ops
The only usage of the v4l2_m2m_ops structs is to pass their address to v4l2_m2m_init() which takes a pointer to const struct v4l2_m2m_ops as argument. Make them const to allow the compiler to put them in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/cec')
0 files changed, 0 insertions, 0 deletions