cbfs: Rename the result variable
authorSimon Glass <sjg@chromium.org>
Sun, 24 May 2020 23:38:12 +0000 (17:38 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 27 May 2020 06:40:09 +0000 (14:40 +0800)
commitea38ee93ef5d5bfeb478c58b1cb470383a14e4b6
treebb8a83fd2c8a8ff534d45c1cc20fa4c3f64c3792
parent30cf2ba7c6794c7b486c34aba2b25af66609bc42
cbfs: Rename the result variable

At present the result variable in the cbfs_priv is called 'result' as is
the local variable in a few functions. Change the latter to 'ret' which is
more common in U-Boot and avoids confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
fs/cbfs/cbfs.c