rtlwifi: btcoexist: fix semicolon.cocci warnings
Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
1f8665320f
commit
7546bba385
@ -2877,7 +2877,7 @@ static void halbtc8821a2ant_action_pan_edr_a2dp(struct btc_coexist *btcoexist)
|
||||
false, false);
|
||||
btc8821a2ant_sw_mech2(btcoexist, false, false,
|
||||
false, 0x18);
|
||||
};
|
||||
}
|
||||
} else {
|
||||
/* fw mechanism */
|
||||
if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) ||
|
||||
|
Loading…
Reference in New Issue
Block a user