Re: [PATCH 1/4] video: of: display_timing: Add of_node_put() in of_get_display_timing()

2019-07-26 Thread Laurent Pinchart
Hi Douglas, Thank you for the patch. On Mon, Jul 22, 2019 at 11:24:36AM -0700, Douglas Anderson wrote: > From code inspection it can be seen that of_get_display_timing() is > lacking an of_node_put(). Add it. > > Fixes: ffa3fd21de8a ("videomode: implement public of_get_display_timing()") >

[PATCH 1/4] video: of: display_timing: Add of_node_put() in of_get_display_timing()

2019-07-22 Thread Douglas Anderson
>From code inspection it can be seen that of_get_display_timing() is lacking an of_node_put(). Add it. Fixes: ffa3fd21de8a ("videomode: implement public of_get_display_timing()") Signed-off-by: Douglas Anderson --- drivers/video/of_display_timing.c | 7 ++- 1 file changed, 6