summaryrefslogtreecommitdiffstats
path: root/commands/of_display_timings.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/of_display_timings.c')
-rw-r--r--commands/of_display_timings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/of_display_timings.c b/commands/of_display_timings.c
index 1fb0c4eb00..4cc79ec88d 100644
--- a/commands/of_display_timings.c
+++ b/commands/of_display_timings.c
@@ -82,7 +82,7 @@ static int do_of_display_timings(int argc, char *argv[])
for_each_node_by_name_address_from(display, root, node) {
for_each_child_of_node(display, timings) {
- printf("%s\n", timings->full_name);
+ printf("%pOF\n", timings);
found = 1;
}
}
@@ -101,7 +101,7 @@ static int do_of_display_timings(int argc, char *argv[])
if (!timings)
continue;
- printf("%s\n", timings->full_name);
+ printf("%pOF\n", timings);
found = 1;
}