Re: [PATCH 10/34] cbfs: Rename new_node to node

2021-03-26 Thread Simon Glass
Rename this variable since there is no need to distinguish it from an old node. Signed-off-by: Simon Glass --- fs/cbfs/cbfs.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) Applied to u-boot-dm/next, thanks!

[PATCH 10/34] cbfs: Rename new_node to node

2021-03-14 Thread Simon Glass
Rename this variable since there is no need to distinguish it from an old node. Signed-off-by: Simon Glass --- fs/cbfs/cbfs.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/fs/cbfs/cbfs.c b/fs/cbfs/cbfs.c index abc43ad33f6..c9323a562c6 100