Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dec26f8 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

rtlwifi: remove unnecessary break after goto

parent f778b769
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */