
3 Oct
2019
3 Oct
'19
2:47 p.m.
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass sjg@chromium.org wrote:
Two functions in this file return early for no good reason. Adjust the code to match the standard DM style of returning 0 at the end of the function on success.
Oddly enough this save 12 bytes of code size on ARM.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/core/uclass.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com