Re: [PATCH] staging: rts5208: remove variable and check directly

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
On Sun, May 31, 2015 at 11:34:23AM +0900, gre...@linuxfoundation.org wrote: > On Fri, May 15, 2015 at 11:33:53AM +, Gujulan Elango, Hari Prasath (H.) > wrote: > > This trivial patch removes temporary variable to check return value of > > a function and checks return value directly. > > > > Si

Re: [PATCH] staging: rts5208: remove variable and check directly

2015-05-30 Thread gre...@linuxfoundation.org
On Fri, May 15, 2015 at 11:33:53AM +, Gujulan Elango, Hari Prasath (H.) wrote: > This trivial patch removes temporary variable to check return value of > a function and checks return value directly. > > Signed-off-by: Hari Prasath Gujulan Elango Same name problem here, and on all of your ot

[PATCH] staging: rts5208: remove variable and check directly

2015-05-15 Thread Gujulan Elango, Hari Prasath (H.)
This trivial patch removes temporary variable to check return value of a function and checks return value directly. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/rts5208/ms.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/rts5208/ms.c b/dr