mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 18:10:59 -04:00
rtlwifi: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f778b769d9
commit
7dec26f866
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user