]> git.baikalelectronics.ru Git - kernel.git/commit
of: unittest: change references to obsolete overlay id
authorFrank Rowand <frank.rowand@sony.com>
Sat, 1 Jan 2022 03:33:28 +0000 (21:33 -0600)
committerRob Herring <robh@kernel.org>
Wed, 5 Jan 2022 01:23:06 +0000 (19:23 -0600)
commit7b217304fa73348611bc8007f9d560d923f501f8
tree708f64eda3dbaf0701b2b55665d998555b8c5238
parenta62732fa9cc8784922903f8e438dd4a3146765bd
of: unittest: change references to obsolete overlay id

Unittest inconsistently interchanges overlay changeset id and
overlay id.  Change variable names of overlay id to overlay
changeset id.

Do not fix variable names in the overlay tracking functions
of_unittest_overlay_tracked(), of_unittest_track_overlay(), and
of_unittest_destroy_tracked_overlays() which will be replaced in
a following commit.

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