Re: [PATCH 21/21] pwrGrpCnt variable removed in store_pwrindex_offset function

2015-10-25 Thread Greg Kroah-Hartman
On Sat, Oct 24, 2015 at 10:37:21PM +0700, Ivan Safonov wrote: > This variable used only once in the beginning of the function, > it can be removed. > > Signed-off-by: Ivan Safonov > --- > drivers/staging/rtl8188eu/hal/bb_cfg.c | 3 +-- > 1 file changed, 1 insertion(+), 2

[PATCH 21/21] pwrGrpCnt variable removed in store_pwrindex_offset function

2015-10-24 Thread Ivan Safonov
This variable used only once in the beginning of the function, it can be removed. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/hal/bb_cfg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/bb_cfg.c