commit | e0f4145685ec7b477f6166ee819125107388a249 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <stephen.boyd@linaro.org> | Fri Oct 13 00:44:51 2017 -0700 |
committer | Rob Herring <robh@kernel.org> | Mon Oct 16 16:49:49 2017 -0500 |
tree | b9cc3fbd6f4ad4958748003359e7ad85b33ca6fa | |
parent | f5d2da67714a48e9d06f27714967630c3d3b28a2 [diff] |
of: unittest: Remove redundant OF_DETACHED flag setting of_fdt_unflatten_tree() already sets the flag on the node to OF_DETACHED, because of_fdt_unflatten_tree() calls __unflatten_device_tree() with the detached bool set to true. Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Reviewed-by: Frank Rowand <frowand.list@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>