Re: [PATCH 2/2] of: overlay: Simplify of_overlay_fdt_apply() tail

From: Rob Herring
Date: Tue Jul 19 2022 - 17:55:31 EST


On Fri, 15 Jul 2022 16:03:15 +0200, Geert Uytterhoeven wrote:
> It does not hurt to fill in the changeset id while the mutex is still
> held. After doing so, the function tails for the success and failure
> cases become identical, so they can be unified.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> drivers/of/overlay.c | 9 ++-------
> 1 file changed, 2 insertions(+), 7 deletions(-)
>

Applied, thanks!