Re: [PATCH] staging: rtl8723au: remove redundant initialization

2015-05-12 Thread Jes Sorensen
"Gujulan Elango, Hari Prasath (H.)" writes: > The variable pHalData is initialized twice in this same function with > same value.So removing one of them. > > Signed-off-by: Hari Prasath Gujulan Elango > --- > drivers/staging/rtl8723au/hal/rtl8723a_cmd.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH] staging: rtl8723au: remove redundant initialization

2015-05-12 Thread Gujulan Elango, Hari Prasath (H.)
The variable pHalData is initialized twice in this same function with same value.So removing one of them. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/rtl8723au/hal/rtl8723a_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/hal/