]> git.baikalelectronics.ru Git - kernel.git/commit
video: of: display_timing: correct display-timings node finding
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 25 Sep 2013 11:51:31 +0000 (13:51 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Sep 2013 09:31:42 +0000 (12:31 +0300)
commit4beba7295c020eec73339746a7c4661e4ed30599
treeade41d0f89c709f0dbd795e805bcb2917a69c582
parent63b8dea97ffed572e9a85882c4a4ac5314ddd827
video: of: display_timing: correct display-timings node finding

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.hajda@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/of_display_timing.c