commit | 650b2419c138a0b17ff86cac2ba6deb646151023 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 24 17:38:12 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 27 14:40:09 2020 +0800 |
tree | bb8a83fd2c8a8ff534d45c1cc20fa4c3f64c3792 | |
parent | 55209ce70ca98131dae2106cef9cdc86deef7dbf [diff] |
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>