Re: [Intel-gfx] [RFC v1 1/6] drm/edid: make a number of functions, parameters and variables const

2021-03-10 Thread Ville Syrjälä
On Tue, Mar 09, 2021 at 03:54:09PM +0200, Jani Nikula wrote: > If there's no need to change it, it should be const. There's more to be > done, but start off with changes that make follow-up work easier. No > functional changes. > > Signed-off-by: Jani Nikula const is good. Reviewed-by: Ville

[RFC v1 1/6] drm/edid: make a number of functions, parameters and variables const

2021-03-09 Thread Jani Nikula
If there's no need to change it, it should be const. There's more to be done, but start off with changes that make follow-up work easier. No functional changes. Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_edid.c | 58 ++--- include/drm/drm_displayid.h |