Re: [PATCH] staging: rtl8188eu: hal: phy: Removed variables that is never used

2015-01-31 Thread Dan Carpenter
> I have also removed all the code that thereby serves no purpose. [ snip ] > @@ -743,7 +743,7 @@ static u8 phy_path_a_iqk(struct adapter *adapt, bool > config_pathb) > reg_eac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); > reg_e94 = phy_query_bb_reg(adapt, rTx_Pow

[PATCH] staging: rtl8188eu: hal: phy: Removed variables that is never used

2015-01-31 Thread Rickard Strandqvist
Variable was assigned a value that was never used. I have also removed all the code that thereby serves no purpose. This was found using a static code analysis program called cppcheck Signed-off-by: Rickard Strandqvist --- drivers/staging/rtl8188eu/hal/phy.c | 15 +-- 1 file chang