]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/panel: Constify device node argument to of_drm_find_panel()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 19 Nov 2016 03:28:05 +0000 (05:28 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 4 Jan 2017 07:30:37 +0000 (08:30 +0100)
commit327bc443416d5aeb37e27704b2d91d2f86b8c621
treea6fb7dbc7b70fa756aee6b22de6a87f464c48346
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88
drm/panel: Constify device node argument to of_drm_find_panel()

The argument is never modified by the function, make it const.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/drm_panel.c
include/drm/drm_panel.h