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
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
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