wireless: remove unneeded semicolon
remove unneeded semicolon Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Ping-Ke Shih <pkshih@realtek.com> Acked-by: Steve deRosier <derosier@cal-sierra.com> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Kalle Valo

vecāks
2d76fff865
revīzija
999eb686aa
@@ -332,7 +332,7 @@ static void _rtl8723be_phy_set_txpower_by_rate_base(struct ieee80211_hw *hw,
|
||||
"Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in PHY_SetTxPowerByRateBase()\n",
|
||||
rate_section, path, txnum);
|
||||
break;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
|
||||
"Invalid Band %d in PHY_SetTxPowerByRateBase()\n",
|
||||
@@ -374,7 +374,7 @@ static u8 _rtl8723be_phy_get_txpower_by_rate_base(struct ieee80211_hw *hw,
|
||||
"Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in PHY_GetTxPowerByRateBase()\n",
|
||||
rate_section, path, txnum);
|
||||
break;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
|
||||
"Invalid Band %d in PHY_GetTxPowerByRateBase()\n",
|
||||
@@ -694,7 +694,7 @@ static u8 _rtl8723be_get_rate_section_index(u32 regaddr)
|
||||
else if (regaddr >= 0xE20 && regaddr <= 0xE4C)
|
||||
index = (u8)((regaddr - 0xE20) / 4);
|
||||
break;
|
||||
};
|
||||
}
|
||||
return index;
|
||||
}
|
||||
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user