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

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

rtlwifi: rtl8723ae: remove unnecessary break after return

parent 4a4730ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1103,7 +1103,6 @@ static int _rtl8723ae_set_media_status(struct ieee80211_hw *hw,
			 "Network type %d not supported!\n",
			 type);
		return 1;
		break;

	}