Re: [PATCH 04/21] dm: core: Use const device for the devfdt...() interface

2020-02-05 Thread sjg
These functions do not modify the device so should use a const pointer to it. Update the code accordingly. Signed-off-by: Simon Glass --- drivers/core/fdtaddr.c | 26 +- include/dm/fdtaddr.h | 26 +- 2 files changed, 26 insertions(+), 26

[PATCH 04/21] dm: core: Use const device for the devfdt...() interface

2020-01-27 Thread Simon Glass
These functions do not modify the device so should use a const pointer to it. Update the code accordingly. Signed-off-by: Simon Glass --- drivers/core/fdtaddr.c | 26 +- include/dm/fdtaddr.h | 26 +- 2 files changed, 26 insertions(+), 26