On Wed, May 13, 2020 at 10:24 PM Simon Glass <s...@chromium.org> wrote: > > We may as well return the error code and use it directly in the command > code. CBFS still uses its own error enum which we may be able to remove, > but leave it for now. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > cmd/cbfs.c | 3 +-- > fs/cbfs/cbfs.c | 23 +++++++++++++++-------- > include/cbfs.h | 6 +++--- > 3 files changed, 19 insertions(+), 13 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>