All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] mwifiex: missing break statement
@ 2016-04-11 14:52 Amitkumar Karwar
  2016-04-11 14:52 ` [PATCH 2/5] mwifiex: add pcie usb/uart firmware download support Amitkumar Karwar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Amitkumar Karwar @ 2016-04-11 14:52 UTC (permalink / raw)
  To: linux-wireless; +Cc: Cathy Luo, Nishant Sarmukadam, Amitkumar Karwar

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>
---
 drivers/net/wireless/marvell/mwifiex/pcie.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.c b/drivers/net/wireless/marvell/mwifiex/pcie.c
index edf8b07..c28edbb 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) {
-- 
1.8.1.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-14 13:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-11 14:52 [PATCH 1/5] mwifiex: missing break statement Amitkumar Karwar
2016-04-11 14:52 ` [PATCH 2/5] mwifiex: add pcie usb/uart firmware download support Amitkumar Karwar
2016-04-11 14:52 ` [PATCH 3/5] mwifiex: add default setting for pcie firmware download Amitkumar Karwar
2016-04-11 14:52 ` [PATCH 4/5] mwifiex: do not wait on semaphore during card removal Amitkumar Karwar
2016-04-11 14:52 ` [PATCH 5/5] mwifiex: fix incorrect ht capability problem Amitkumar Karwar
2016-04-14 13:03 ` [1/5] mwifiex: missing break statement Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.