Re: [PATCH v2 11/60] drm/omap: dss: Constify omap_dss_driver operations structure

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:29PM +0300, Laurent Pinchart wrote: > The structure contains function pointers that don't need to be modified. > Make all its instances const to improve security. > > Signed-off-by: Laurent Pinchart > --- Reviewed-by: Sebastian Reichel -- Sebastian > driver

[PATCH v2 11/60] drm/omap: dss: Constify omap_dss_driver operations structure

2018-05-26 Thread Laurent Pinchart
The structure contains function pointers that don't need to be modified. Make all its instances const to improve security. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c | 2 +- drivers/gpu/drm/omapdrm/displays/connector-dvi.c| 2 +- d