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>,
	Larry Finger <Larry.Finger@lwfinger.net>,
	Chaoming Li <chaoming_li@realsil.com.cn>,
	"John W. Linville" <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org, netdev@vger.kernel.org
Subject: [PATCH V2 8/9] rtlwifi: remove unnecessary break after goto
Date: Sat, 12 Jul 2014 20:09:47 +0200	[thread overview]
Message-ID: <1405188597-2815-9-git-send-email-fabf@skynet.be> (raw)
In-Reply-To: <1405188597-2815-1-git-send-email-fabf@skynet.be>

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 drivers/net/wireless/rtlwifi/rtl8192se/fw.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/rtlwifi/rtl8192se/fw.c b/drivers/net/wireless/rtlwifi/rtl8192se/fw.c
index 380e7d4..73fa4a1 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192se/fw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192se/fw.c
@@ -438,7 +438,6 @@ int rtl92s_download_fw(struct ieee80211_hw *hw)
 			RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
 				 "Unexpected Download step!!\n");
 			goto fail;
-			break;
 		}
 
 		/* <2> Download image file */
-- 
1.9.1

  parent reply	other threads:[~2014-07-12 18:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-12 18:09 [PATCH V2 0/9] drivers/net: remove unnecessary break after goto Fabian Frederick
2014-07-12 18:09 ` [PATCH V2 1/9] igb: " Fabian Frederick
2014-07-12 18:09 ` [PATCH V2 2/9] ixgbe: " Fabian Frederick
2014-07-12 18:09 ` [PATCH V2 3/9] i40e: " Fabian Frederick
2014-07-12 18:09 ` [PATCH V2 4/9] i40evf: " Fabian Frederick
2014-07-12 18:09 ` [PATCH V2 5/9] ps3_gelic: " Fabian Frederick
2014-07-12 18:09 ` [PATCH V2 6/9] orinoco_usb: " Fabian Frederick
2014-07-12 18:09 ` [PATCH V2 7/9] wcn36xx: " Fabian Frederick
2014-07-12 18:09 ` Fabian Frederick [this message]
2014-07-12 18:09 ` [PATCH V2 9/9] slip: " Fabian Frederick
     [not found] ` <1405188597-2815-1-git-send-email-fabf-AgBVmzD5pcezQB+pC5nmwQ@public.gmane.org>
2014-07-14  6:46   ` [PATCH V2 0/9] drivers/net: " David Miller

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=1405188597-2815-9-git-send-email-fabf@skynet.be \
    --to=fabf@skynet.be \
    --cc=Larry.Finger@lwfinger.net \
    --cc=chaoming_li@realsil.com.cn \
    --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).