staging: rtl8723au: hal: Removed the extra semicolon
[firefly-linux-kernel-4.4.55.git] / drivers / staging / rtl8723au / hal / rtl8723a_bt-coexist.c
index d80ea4ee39e96bc3860bf0f8a44cf4272538abbb..86a83975f4f00a868cce1a88f70227dc0134bece 100644 (file)
@@ -340,7 +340,7 @@ static u8 bthci_GetAssocInfo(struct rtw_adapter *padapter, u8 EntryNum)
                        tempBuf, TotalLen-BaseMemoryShift);
 
                pAmpAsoc = (struct amp_assoc_structure *)tempBuf;
-               pAmpAsoc->Length = le16_to_cpu(pAmpAsoc->Length);
+               le16_to_cpus(&pAmpAsoc->Length);
                BaseMemoryShift += 3 + pAmpAsoc->Length;
 
                RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("TypeID = 0x%x, ", pAmpAsoc->TypeID));
@@ -10639,7 +10639,7 @@ void BTDM_BBBackOffLevel(struct rtw_adapter *padapter, u8 type)
 
 void BTDM_FWCoexAllOff(struct rtw_adapter *padapter)
 {
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);;
+       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
 
        RTPRINT(FBT, BT_TRACE, ("BTDM_FWCoexAllOff()\n"));
        if (pHalData->bt_coexist.bFWCoexistAllOff)
@@ -10653,7 +10653,7 @@ void BTDM_FWCoexAllOff(struct rtw_adapter *padapter)
 
 void BTDM_SWCoexAllOff(struct rtw_adapter *padapter)
 {
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);;
+       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
 
        RTPRINT(FBT, BT_TRACE, ("BTDM_SWCoexAllOff()\n"));
        if (pHalData->bt_coexist.bSWCoexistAllOff)
@@ -10666,7 +10666,7 @@ void BTDM_SWCoexAllOff(struct rtw_adapter *padapter)
 
 void BTDM_HWCoexAllOff(struct rtw_adapter *padapter)
 {
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);;
+       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
 
        RTPRINT(FBT, BT_TRACE, ("BTDM_HWCoexAllOff()\n"));
        if (pHalData->bt_coexist.bHWCoexistAllOff)