
10 Oct
2018
10 Oct
'18
1:55 a.m.
Quite a few functions do not actually modify the device that is passed in. Update the function signatures to reflect that.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/core/device.c | 24 ++++++++++++------------ include/dm/device.h | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-)
Applied to u-boot-dm