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

Commit 384f0fcd authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

rtlwifi: rtl8192ce: remove unnecessary break after return

parent 4625b640
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1200,7 +1200,6 @@ static int _rtl92ce_set_media_status(struct ieee80211_hw *hw,
		RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
			 "Network type %d not supported!\n", type);
		return 1;
		break;

	}