[PATCH 01/13] cbfs: Rename the result variable

2020-05-13 Thread Simon Glass
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 --- fs/cbfs/cbfs.c | 20 ++-- 1 file changed, 10 insertions(

Re: [PATCH 01/13] cbfs: Rename the result variable

2020-05-19 Thread Bin Meng
Hi Simon, On Wed, May 13, 2020 at 10:24 PM Simon Glass wrote: > > 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 > -

Re: [PATCH 01/13] cbfs: Rename the result variable

2020-05-22 Thread Simon Glass
Hi Bin, On Tue, 19 May 2020 at 07:53, Bin Meng wrote: > > Hi Simon, > > On Wed, May 13, 2020 at 10:24 PM Simon Glass wrote: > > > > 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 com