From: Andrzej Hajda Date: Wed, 25 Sep 2013 11:51:31 +0000 (+0200) Subject: video: of: display_timing: correct display-timings node finding X-Git-Tag: v3.12-rc3~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60119a1d686702504fa4cbe666cbcb96744b175c;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed