Re: [PATCH v2 01/49] drm/atomic: Constify mode argument to mode_valid_path()

2019-02-09 Thread Sebastian Reichel
Hi, On Fri, Jan 11, 2019 at 05:50:32AM +0200, Laurent Pinchart wrote: > The mode_valid_path() function validates the mode it receives without > ever modifying it. Constify the mode pointer argument to make that > explicit. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Ville Syrjälä > ---

Re: [PATCH v2 01/49] drm/atomic: Constify mode argument to mode_valid_path()

2019-01-14 Thread Tomi Valkeinen
On 11/01/19 05:50, Laurent Pinchart wrote: > The mode_valid_path() function validates the mode it receives without > ever modifying it. Constify the mode pointer argument to make that > explicit. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/drm_atomic

[PATCH v2 01/49] drm/atomic: Constify mode argument to mode_valid_path()

2019-01-10 Thread Laurent Pinchart
The mode_valid_path() function validates the mode it receives without ever modifying it. Constify the mode pointer argument to make that explicit. Signed-off-by: Laurent Pinchart Reviewed-by: Ville Syrjälä --- drivers/gpu/drm/drm_atomic_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 dele