projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c462ebc
)
mwifiex: missing break statement
author
Amitkumar Karwar
<akarwar@marvell.com>
Mon, 11 Apr 2016 14:52:37 +0000
(07:52 -0700)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 14 Apr 2016 13:01:41 +0000
(16:01 +0300)
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>
drivers/net/wireless/marvell/mwifiex/pcie.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/marvell/mwifiex/pcie.c
b/drivers/net/wireless/marvell/mwifiex/pcie.c
index edf8b070f665c3c1261327ff9a96201fb5ba5477..c28edbb73d8f9d378e64d30928ef3c664dd1ed4c 100644
(file)
--- 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) {