mirror of https://gitee.com/openkylin/linux.git
rtlwifi: rtl8723be: fix duplicated code for different branches
Refactor code in order to avoid identical code for different branches. Addresses-Coverity-ID: 1248728 Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
f38966a7ac
commit
a9a65a6b2b
|
@ -883,10 +883,6 @@ static void rtl8723be_dm_txpower_tracking_callback_thermalmeter(
|
|||
if ((rtldm->power_index_offset[RF90_PATH_A] != 0) &&
|
||||
(rtldm->txpower_track_control)) {
|
||||
rtldm->done_txpower = true;
|
||||
if (thermalvalue > rtlefuse->eeprom_thermalmeter)
|
||||
rtl8723be_dm_tx_power_track_set_power(hw, BBSWING, 0,
|
||||
index_for_channel);
|
||||
else
|
||||
rtl8723be_dm_tx_power_track_set_power(hw, BBSWING, 0,
|
||||
index_for_channel);
|
||||
|
||||
|
|
Loading…
Reference in New Issue