netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabian Frederick <fabf@skynet.be>
To: linux-kernel@vger.kernel.org
Cc: davem@davemloft.net, joe@perches.com,
	Fabian Frederick <fabf@skynet.be>,
	Lennert Buytenhek <buytenh@wantstofly.org>,
	"John W. Linville" <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org, netdev@vger.kernel.org
Subject: [PATCH 04/30] mwl8k: remove unnecessary break after return
Date: Sun, 20 Jul 2014 16:16:12 +0200	[thread overview]
Message-ID: <1405865801-18806-5-git-send-email-fabf@skynet.be> (raw)
In-Reply-To: <1405865801-18806-1-git-send-email-fabf@skynet.be>

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 drivers/net/wireless/mwl8k.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/net/wireless/mwl8k.c b/drivers/net/wireless/mwl8k.c
index 3c0a0a8..9a3d4d6 100644
--- a/drivers/net/wireless/mwl8k.c
+++ b/drivers/net/wireless/mwl8k.c
@@ -1633,22 +1633,17 @@ static int mwl8k_tid_queue_mapping(u8 tid)
 	case 0:
 	case 3:
 		return IEEE80211_AC_BE;
-		break;
 	case 1:
 	case 2:
 		return IEEE80211_AC_BK;
-		break;
 	case 4:
 	case 5:
 		return IEEE80211_AC_VI;
-		break;
 	case 6:
 	case 7:
 		return IEEE80211_AC_VO;
-		break;
 	default:
 		return -1;
-		break;
 	}
 }
 
-- 
1.9.1

  parent reply	other threads:[~2014-07-20 14:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-20 14:16 [PATCH 00/30] drivers/net: remove unnecessary break after return Fabian Frederick
2014-07-20 14:16 ` [PATCH 01/30] dlci: " Fabian Frederick
2014-07-20 14:16 ` [PATCH 02/30] eth_v10: " Fabian Frederick
2014-07-20 14:16 ` [PATCH 03/30] brcm80211: " Fabian Frederick
2014-07-20 14:16 ` Fabian Frederick [this message]
2014-07-20 14:16 ` [PATCH 05/30] rtlwifi: " Fabian Frederick
2014-07-20 14:16 ` [PATCH 06/30] rtlwifi: rtl8192ce: " Fabian Frederick
2014-07-20 14:16 ` [PATCH 07/30] rtlwifi: rtl8192se: " Fabian Frederick
2014-07-20 14:16 ` [PATCH 08/30] rtlwifi: rtl8723ae: " Fabian Frederick
2014-07-20 14:16 ` [PATCH 09/30] rtlwifi: rtl8723be: " Fabian Frederick
2014-07-21  4:31 ` [PATCH 00/30] drivers/net: " David Miller
2014-07-21  6:09   ` Fabian Frederick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405865801-18806-5-git-send-email-fabf@skynet.be \
    --to=fabf@skynet.be \
    --cc=buytenh@wantstofly.org \
    --cc=davem@davemloft.net \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).