Re: [PATCH 1/2] of: unittest: change references to obsolete overlay id

From: Rob Herring
Date: Tue Jan 04 2022 - 20:20:48 EST


On Fri, 31 Dec 2021 21:33:28 -0600, frowand.list@xxxxxxxxx wrote:
> From: Frank Rowand <frank.rowand@xxxxxxxx>
>
> 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@xxxxxxxx>
> ---
> drivers/of/unittest.c | 54 +++++++++++++++++++++----------------------
> 1 file changed, 27 insertions(+), 27 deletions(-)
>

Applied, thanks!