Re: [PATCH] staging: rtl8188eu: remove unwanted assignment

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
On Sun, May 31, 2015 at 11:33:32AM +0900, gre...@linuxfoundation.org wrote: > On Thu, May 14, 2015 at 09:04:00AM +, Gujulan Elango, Hari Prasath (H.) > wrote: > > remove an unwanted assignment to a variable which is overwritten in the > > very next line.The first value assigned is not used. >

Re: [PATCH] staging: rtl8188eu: remove unwanted assignment

2015-05-30 Thread gre...@linuxfoundation.org
On Thu, May 14, 2015 at 09:04:00AM +, Gujulan Elango, Hari Prasath (H.) wrote: > remove an unwanted assignment to a variable which is overwritten in the > very next line.The first value assigned is not used. > > Signed-off-by: Hari Prasath Gujulan Elango Your name doesn't match the From: li

[PATCH] staging: rtl8188eu: remove unwanted assignment

2015-05-14 Thread Gujulan Elango, Hari Prasath (H.)
remove an unwanted assignment to a variable which is overwritten in the very next line.The first value assigned is not used. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/rtl8188eu/hal/usb_halinit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal