Re: [PATCH] of: unittest: Remove redundant OF_DETACHED flag setting

From: Rob Herring
Date: Mon Oct 16 2017 - 17:50:45 EST


On Fri, Oct 13, 2017 at 12:44:51AM -0700, Stephen Boyd wrote:
> 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@xxxxxxxxxx>
> ---
> drivers/of/unittest.c | 2 --
> 1 file changed, 2 deletions(-)

Applied.

Rob