Re: [PATCH 6/6] fs: befs: remove ret variable

2016-08-01 Thread Luis de Bethencourt
On 31/07/16 21:34, Salah Triki wrote: > ret is initialized to -EIO and is never modified, so remove ret and use > -EIO directly. > > Signed-off-by: Salah Triki > --- > fs/befs/linuxvfs.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git

Re: [PATCH 6/6] fs: befs: remove ret variable

2016-08-01 Thread Luis de Bethencourt
On 31/07/16 21:34, Salah Triki wrote: > ret is initialized to -EIO and is never modified, so remove ret and use > -EIO directly. > > Signed-off-by: Salah Triki > --- > fs/befs/linuxvfs.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/fs/befs/linuxvfs.c

[PATCH 6/6] fs: befs: remove ret variable

2016-07-31 Thread Salah Triki
ret is initialized to -EIO and is never modified, so remove ret and use -EIO directly. Signed-off-by: Salah Triki --- fs/befs/linuxvfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index 2b68c81..c57f831

[PATCH 6/6] fs: befs: remove ret variable

2016-07-31 Thread Salah Triki
ret is initialized to -EIO and is never modified, so remove ret and use -EIO directly. Signed-off-by: Salah Triki --- fs/befs/linuxvfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index 2b68c81..c57f831 100644 ---