summaryrefslogtreecommitdiff
path: root/test/self/of_manipulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/self/of_manipulation.c')
-rw-r--r--test/self/of_manipulation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/self/of_manipulation.c b/test/self/of_manipulation.c
index 7e30a60ca6..f7f95fa269 100644
--- a/test/self/of_manipulation.c
+++ b/test/self/of_manipulation.c
@@ -103,9 +103,9 @@ static void test_of_property_strings(struct device_node *root)
of_append_property(np4, "property-single", "ayy", 4);
- of_append_property(np4, "property-multi", "ayy", 4);
of_append_property(np4, "property-multi", "bee", 4);
of_append_property(np4, "property-multi", "sea", 4);
+ of_prepend_property(np4, "property-multi", "ayy", 4);
assert_equal(np3, np4);
}