On Wed, 3 Nov 2021 at 17:23, Marek Behún <[email protected]> wrote: > > From: Marek Behún <[email protected]> > > The env_set_default_vars() function does not document return value and > behaves differently from other env_* functions. > > Change the return value to return 0 on success and -ve on error. > > Signed-off-by: Marek Behún <[email protected]> > --- > env/common.c | 9 ++++++--- > include/env.h | 1 + > 2 files changed, 7 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

