aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/of_display_timing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/of_display_timing.c b/drivers/video/of_display_timing.c
index 3dc93cfacd47..987edf110038 100644
--- a/drivers/video/of_display_timing.c
+++ b/drivers/video/of_display_timing.c
@@ -160,7 +160,7 @@ struct display_timings *of_get_display_timings(struct device_node *np)
160 entry = of_parse_phandle(timings_np, "native-mode", 0); 160 entry = of_parse_phandle(timings_np, "native-mode", 0);
161 /* assume first child as native mode if none provided */ 161 /* assume first child as native mode if none provided */
162 if (!entry) 162 if (!entry)
163 entry = of_get_next_child(np, NULL); 163 entry = of_get_next_child(timings_np, NULL);
164 /* if there is no child, it is useless to go on */ 164 /* if there is no child, it is useless to go on */
165 if (!entry) { 165 if (!entry) {
166 pr_err("%s: no timing specifications given\n", 166 pr_err("%s: no timing specifications given\n",