summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2016-04-11 07:52:37 -0700
committerKalle Valo <kvalo@codeaurora.org>2016-04-14 16:01:41 +0300
commitc865a70098d9419d154f6d1ad97cd0150af968d1 (patch)
treecdbea8d89b294499b1e054b84487c0198db975d2 /drivers/net/wireless/marvell
parentc462ebcdfe425a132aaba950d114ac32de3cdf44 (diff)
downloadblackbird-op-linux-c865a70098d9419d154f6d1ad97cd0150af968d1.tar.gz
blackbird-op-linux-c865a70098d9419d154f6d1ad97cd0150af968d1.zip
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>
Diffstat (limited to 'drivers/net/wireless/marvell')
-rw-r--r--drivers/net/wireless/marvell/mwifiex/pcie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.c b/drivers/net/wireless/marvell/mwifiex/pcie.c
index edf8b070f665..c28edbb73d8f 100644
--- a/drivers/net/wireless/marvell/mwifiex/pcie.c
+++ b/drivers/net/wireless/marvell/mwifiex/pcie.c
@@ -2831,6 +2831,7 @@ static void mwifiex_pcie_get_fw_name(struct mwifiex_adapter *adapter)
default:
break;
}
+ break;
case PCIE_DEVICE_ID_MARVELL_88W8997:
mwifiex_read_reg(adapter, 0x0c48, &revision_id);
switch (revision_id) {
OpenPOWER on IntegriCloud