of: unittest: remove report of expected error
authorFrank Rowand <frank.rowand@sony.com>
Thu, 24 Jan 2019 23:22:13 +0000 (15:22 -0800)
committerRob Herring <robh@kernel.org>
Wed, 13 Feb 2019 18:12:53 +0000 (12:12 -0600)
commitfd25ffdfd0b520f25d5c532e962dfc20d58cf4f5
tree9a29da13ed503b626aec40d37c8501d392e14e8d
parent36c79bc7ef792e8f5e0cc0eb012ad21a7981e908
of: unittest: remove report of expected error

update_node_properties() reports an error when the test data contains
a node (such as "/aliases") that already exists in the base devicetree.
The error is caused by of_fdt_unflatten_tree() autogenerating the
"name" property, thus both the existing node and the new node will
have a property with the same name.  Suppress reporting the known
error.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/unittest.c