Skip to content

Commit

Permalink
rtlwifi: remove unnecessary break after goto
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabian Frederick authored and David S. Miller committed Jul 14, 2014
1 parent f778b76 commit 7dec26f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/rtlwifi/rtl8192se/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7dec26f

Please sign in to comment.