mwifiex: missing break statement
This patch adds missing break statement at the end of PCIE_DEVICE_ID_MARVELL_88W8897 switch section. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
committed by
Kalle Valo
parent
c462ebcdfe
commit
c865a70098
@ -2831,6 +2831,7 @@ static void mwifiex_pcie_get_fw_name(struct mwifiex_adapter *adapter)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case PCIE_DEVICE_ID_MARVELL_88W8997:
|
case PCIE_DEVICE_ID_MARVELL_88W8997:
|
||||||
mwifiex_read_reg(adapter, 0x0c48, &revision_id);
|
mwifiex_read_reg(adapter, 0x0c48, &revision_id);
|
||||||
switch (revision_id) {
|
switch (revision_id) {
|
||||||
|
Reference in New Issue
Block a user