[PATCH v2 05/13] drm: panels: Constify device node argument to of_drm_find_panel()

2017-01-04 Thread Thierry Reding
On Sat, Nov 19, 2016 at 05:28:05AM +0200, Laurent Pinchart wrote: > The argument is never modified by the function, make it const. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/drm_panel.c | 2 +- > include/drm/drm_panel.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletio

[PATCH v2 05/13] drm: panels: Constify device node argument to of_drm_find_panel()

2016-12-18 Thread Laurent Pinchart
Hi Thierry, Could you please review this patch ? Should it be merged through you ? On Saturday 19 Nov 2016 05:28:05 Laurent Pinchart wrote: > The argument is never modified by the function, make it const. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/drm_panel.c | 2 +- > include

[PATCH v2 05/13] drm: panels: Constify device node argument to of_drm_find_panel()

2016-11-19 Thread Laurent Pinchart
The argument is never modified by the function, make it const. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_panel.c | 2 +- include/drm/drm_panel.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_panel.c b/drivers/gpu/drm/drm_panel.c in