]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
of: overlay: Remove blank line between assignment and check
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 31 Dec 2019 13:46:44 +0000 (14:46 +0100)
committerRob Herring <robh@kernel.org>
Wed, 8 Jan 2020 16:49:23 +0000 (10:49 -0600)
There used to be blank lines between assignment and check of the
__of_changeset_revert_entries() result, to make the phandle cache
management operations stand out.  After the removal of those operations
in commit 90dc0d1ce890419f ("of: Rework and simplify phandle cache to
use a fixed size"), there is no longer a reason to have such a blank
line.

Remove the blank line, to rejoin visibly the status assignement and
check, and to match coding style.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/overlay.c

index 97fe92c1f1d241f95368fbcf0d515ef65d645498..c9219fddf44bea12fe7f8e14dfc3b224631c7bbb 100644 (file)
@@ -1218,7 +1218,6 @@ int of_overlay_remove(int *ovcs_id)
 
        ret_apply = 0;
        ret = __of_changeset_revert_entries(&ovcs->cset, &ret_apply);
-
        if (ret) {
                if (ret_apply)
                        devicetree_state_flags |= DTSF_REVERT_FAIL;