Re: [PATCH 5/6] fs: befs: remove in vain variable assignment

2016-08-01 Thread Luis de Bethencourt
On 31/07/16 21:34, Salah Triki wrote: > There is no need to init res, since it will be overwitten later by > befs_fblock2brun(). > > Signed-off-by: Salah Triki > --- > fs/befs/linuxvfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxv

[PATCH 5/6] fs: befs: remove in vain variable assignment

2016-07-31 Thread Salah Triki
There is no need to init res, since it will be overwitten later by befs_fblock2brun(). Signed-off-by: Salah Triki --- fs/befs/linuxvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index 6bc5b40..2b68c81 100644 --- a/fs/befs/linuxvf