]> git.baikalelectronics.ru Git - uboot.git/commit
cbfs: Return the error code from file_cbfs_init()
authorSimon Glass <sjg@chromium.org>
Sun, 24 May 2020 23:38:21 +0000 (17:38 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 27 May 2020 06:40:09 +0000 (14:40 +0800)
commitd42ae9c54d522371da0d3e00566eee52945ff29b
tree86bf311dd1e2de0b65cfce44d9e2968375b29690
parent79067ed73c2668e0b3e2f56b7b92570aab7e078b
cbfs: Return the error code from file_cbfs_init()

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/cbfs.c
fs/cbfs/cbfs.c
include/cbfs.h