staging: r8188eu: remove unused function parameter
authorMartin Kaiser <martin@kaiser.cx>
Mon, 10 Jan 2022 12:46:32 +0000 (13:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 15:18:42 +0000 (16:18 +0100)
ODM_ConfigRFWithHeaderFile does not use its content parameter.
Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220110124638.6909-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/odm_HWConfig.c
drivers/staging/r8188eu/hal/rtl8188e_rf6052.c
drivers/staging/r8188eu/include/odm_HWConfig.h

index d5212a166dd25184a4ce36557c30b91f5d3237e8..a62af532ac822e660ab52b396894c0f347623c80 100644 (file)
@@ -363,7 +363,6 @@ void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm,
 }
 
 enum HAL_STATUS ODM_ConfigRFWithHeaderFile(struct odm_dm_struct *dm_odm,
-                                          enum rf_radio_path content,
                                           enum rf_radio_path rfpath)
 {
        if (rfpath == RF_PATH_A)
index 7474db05e8af3e84e8c4c07dd15b693ec80271a8..a5c94be95ccbaf9c6c62d775e9885a24331f6884 100644 (file)
@@ -399,7 +399,7 @@ static int phy_RF6052_Config_ParaFile(struct adapter *Adapter)
        udelay(1);/* PlatformStallExecution(1); */
 
        /*----Initialize RF fom connfiguration file----*/
-       if (HAL_STATUS_FAILURE == ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv, RF_PATH_A, RF_PATH_A))
+       if (HAL_STATUS_FAILURE == ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv, RF_PATH_A))
                rtStatus = _FAIL;
 
        /*----Restore RFENV control type----*/;
index 3ed265e00ac1fac780b291f32ce6d5dc49cc681e..efc8093547202a9c03de56ecf3305d6f9814ac05 100644 (file)
@@ -96,7 +96,6 @@ void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
                        struct adapter *adapt);
 
 enum HAL_STATUS ODM_ConfigRFWithHeaderFile(struct odm_dm_struct *pDM_Odm,
-                                          enum rf_radio_path Content,
                                           enum rf_radio_path eRFPath);
 
 enum HAL_STATUS ODM_ConfigBBWithHeaderFile(struct odm_dm_struct *pDM_Odm,