[PATCH 0/2] media: imx-jpeg: Constify a few static structs

From: Rikard Falkeborn
Date: Fri Jun 11 2021 - 19:42:31 EST


Constify two structs that are never modified.

The first patch constifies a static v4l2_m2m_ops struct which contains
function pointers.

The second constifies mxc_jpeg_fmt, which contains read-only data. In
order to do that, a number of function arguments, return values and
pointers was made const as well.

Rikard Falkeborn (2):
media: imx-jpeg: Constify static struct v4l2_m2m_ops
media: imx-jpeg: Constify static struct mxc_jpeg_fmt

drivers/media/platform/imx-jpeg/mxc-jpeg.c | 18 +++++++++---------
drivers/media/platform/imx-jpeg/mxc-jpeg.h | 18 +++++++++---------
2 files changed, 18 insertions(+), 18 deletions(-)

--
2.32.0