]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit08e6b2fe1f984752ddfe948d3c18a5f8230f2605
treebb8a83fd2c8a8ff534d45c1cc20fa4c3f64c3792
parentaeff4eec2485f61c65222621245153b27a55698a
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