]> git.baikalelectronics.ru Git - uboot.git/commit
trace: Tidy up error returns
authorSimon Glass <sjg@chromium.org>
Mon, 8 Apr 2019 19:20:50 +0000 (13:20 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Apr 2019 02:26:43 +0000 (20:26 -0600)
commit19a5abce82ff91f7ad60c100c847e55c854966cb
tree76b7e2438517b1f8bef4f45340d584f604d86b28
parent799e5be4a7379d29b54533db52b3a38c1308b886
trace: Tidy up error returns

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>
lib/trace.c