mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
staging: rtl8723bs: hal: Remove set but unused variable
Removed set but unused variable. Issue reported by kernel test robot building with GCC W=1 for PowerPC target architecture. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com> Link: https://lore.kernel.org/r/20210514090401.16123-3-fmdefrancesco@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
30e0686747
commit
09be0d0db5
|
|
@ -1645,7 +1645,6 @@ void PHY_IQCalibrate_8723B(
|
|||
};
|
||||
/* u32 Path_SEL_BB = 0; */
|
||||
u32 GNT_BT_default;
|
||||
u32 StartTime;
|
||||
|
||||
if (!ODM_CheckPowerStatus(padapter))
|
||||
return;
|
||||
|
|
@ -1710,7 +1709,6 @@ void PHY_IQCalibrate_8723B(
|
|||
_PHY_ReloadADDARegisters8723B(padapter, IQK_BB_REG_92C, pDM_Odm->RFCalibrateInfo.IQK_BB_backup_recover, 9);
|
||||
return;
|
||||
}
|
||||
StartTime = jiffies;
|
||||
|
||||
/* save default GNT_BT */
|
||||
GNT_BT_default = PHY_QueryBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord);
|
||||
|
|
@ -1846,7 +1844,6 @@ void PHY_LCCalibrate_8723B(struct dm_odm_t *pDM_Odm)
|
|||
{
|
||||
bool bSingleTone = false, bCarrierSuppression = false;
|
||||
u32 timeout = 2000, timecount = 0;
|
||||
u32 StartTime;
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
|
|
@ -1859,7 +1856,6 @@ void PHY_LCCalibrate_8723B(struct dm_odm_t *pDM_Odm)
|
|||
if (bSingleTone || bCarrierSuppression)
|
||||
return;
|
||||
|
||||
StartTime = jiffies;
|
||||
while (*(pDM_Odm->pbScanInProcess) && timecount < timeout) {
|
||||
mdelay(50);
|
||||
timecount += 50;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user