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
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
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