
22 Apr
2019
22 Apr
'19
4:38 a.m.
At present many functions in this file return -1. Update them to return a valid error code. Also tidy up the 'return' statements at the same time, since these should have a blank line before them.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add new patch to tidy up error returns in trace.c
lib/trace.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)
Applied to u-boot-dm, thanks!