Re: [PATCH 23/26] dm: core: Rename device node to indicate it is private

2020-12-28 Thread Simon Glass
To avoid having people accidentally access this member, add a trailing underscore. Also remove it when of-platdata is enabled, since it is not used. Signed-off-by: Simon Glass --- include/dm/device.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) Applied to u-boot-dm/next, t

[PATCH 23/26] dm: core: Rename device node to indicate it is private

2020-12-19 Thread Simon Glass
To avoid having people accidentally access this member, add a trailing underscore. Also remove it when of-platdata is enabled, since it is not used. Signed-off-by: Simon Glass --- include/dm/device.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/dm/devi