of: unittest: for strings, account for trailing \0 in property length field
authorStefan M Schaeckeler <sschaeck@cisco.com>
Mon, 21 May 2018 23:26:14 +0000 (16:26 -0700)
committerRob Herring <robh@kernel.org>
Tue, 22 May 2018 17:27:28 +0000 (12:27 -0500)
commit3b9cf7905fe3ab35ab437b5072c883e609d3498d
treefde01d816d211ba02040f0e5fec62d5b338b2a43
parent3098e5b7eebc5dd923562fcbf8acc5990c9e3c64
of: unittest: for strings, account for trailing \0 in property length field

For strings, account for trailing \0 in property length field:

This is consistent with how dtc builds string properties.

Function __of_prop_dup() would misbehave on such properties as it duplicates
properties based on the property length field creating new string values
without trailing \0s.

Signed-off-by: Stefan M Schaeckeler <sschaeck@cisco.com>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Tested-by: Frank Rowand <frank.rowand@sony.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/unittest.c