[PATCH 1/2] video: of: display_timing: correct display-timings node finding

2013-09-26 Thread Andrzej Hajda
of_get_display_timing(s) use of_find_node_by_name to get child node, this is incorrect, of_get_child_by_name should be used instead. The patch fixes it. Small typo is also corrected. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [PATCH 1/2] video: of: display_timing: correct display-timings node finding

2013-09-26 Thread Tomi Valkeinen
On 25/09/13 14:51, Andrzej Hajda wrote: of_get_display_timing(s) use of_find_node_by_name to get child node, this is incorrect, of_get_child_by_name should be used instead. The patch fixes it. Small typo is also corrected. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: