[PATCH v2 20/20] staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function

Ivan Safonov insafonov at gmail.com
Tue Oct 27 15:33:17 UTC 2015


This variable used only once in the beginning of the function,
it can be removed.

Signed-off-by: Ivan Safonov <insafonov at gmail.com>
---
Changes in v2:
  - subject corrected.

 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 b/drivers/staging/rtl8188eu/hal/bb_cfg.c
index 7c52303..f58a822 100644
--- a/drivers/staging/rtl8188eu/hal/bb_cfg.c
+++ b/drivers/staging/rtl8188eu/hal/bb_cfg.c
@@ -504,9 +504,8 @@ static void store_pwrindex_offset(struct adapter *adapter,
 				  u32 regaddr, u32 bitmask, u32 data)
 {
 	struct hal_data_8188e *hal_data = GET_HAL_DATA(adapter);
-	 u8 pwrGrpCnt = hal_data->pwrGroupCnt;
 	u32 * const power_level_offset =
-		hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt];
+		hal_data->MCSTxPowerLevelOriginalOffset[hal_data->pwrGroupCnt];
 
 	if (regaddr == rTxAGC_A_Rate18_06)
 		power_level_offset[0] = data;
-- 
2.4.10



More information about the devel mailing list