OSDN Git Service

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)
commit137b1566c5012dc8dbcaa492afd15be3517b6332
tree708f64eda3dbaf0701b2b55665d998555b8c5238
parent52864f251d8424c8e47782c7be24bcf37aee2200
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