of: overlay: rename variables to be consistent
authorFrank Rowand <frank.rowand@sony.com>
Wed, 20 Apr 2022 22:25:04 +0000 (17:25 -0500)
committerRob Herring <robh@kernel.org>
Mon, 25 Apr 2022 15:56:01 +0000 (10:56 -0500)
commit1e4089667c7c732dd1b92c4c6bc7bd240ca30213
tree8d430f561daccd64f3f213bfb5ba2e49baa38f82
parent5f756a2eaa4436d7d3dc1e040147f5e992ae34b5
of: overlay: rename variables to be consistent

Variables change name across function calls when there is not a good
reason to do so.  Fix by changing "fdt" to "new_fdt" and "tree" to
"overlay_root".

The name disparity was confusing when creating the following commit.
The name changes are in this separate commit to make review of the
following commmit less complex.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220420222505.928492-2-frowand.list@gmail.com
drivers/of/overlay.c