mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 20:59:34 +07:00
mwifiex: add missing break statement in switch case
This patch adds missing break statement at the end of EVENT_BT_COEX_WLAN_PARA_CHANGE switch section. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
d9378080a1
commit
323d8f1be1
@ -592,6 +592,7 @@ int mwifiex_process_sta_event(struct mwifiex_private *priv)
|
||||
dev_dbg(adapter->dev, "EVENT: BT coex wlan param update\n");
|
||||
mwifiex_bt_coex_wlan_param_update_event(priv,
|
||||
adapter->event_skb);
|
||||
break;
|
||||
default:
|
||||
mwifiex_dbg(adapter, ERROR, "event: unknown event id: %#x\n",
|
||||
eventcause);
|
||||
|
Loading…
Reference in New Issue
Block a user