[PATCH 1/6] video: of: Constify node argument to display timing functions

2016-10-21 Thread Tomi Valkeinen
On 04/10/16 15:31, Laurent Pinchart wrote: > The node pointer passed to the display timing functions is never > modified, make it const. > > Signed-off-by: Laurent Pinchart > --- > drivers/video/of_display_timing.c | 6 +++--- >

[PATCH 1/6] video: of: Constify node argument to display timing functions

2016-10-04 Thread Laurent Pinchart
The node pointer passed to the display timing functions is never modified, make it const. Signed-off-by: Laurent Pinchart --- drivers/video/of_display_timing.c | 6 +++--- include/video/of_display_timing.h | 15 --- 2 files changed, 11