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

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

brcm80211: remove unnecessary break after return

parent 2db3a733
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2364,7 +2364,6 @@ int brcmf_p2p_del_vif(struct wiphy *wiphy, struct wireless_dev *wdev)
		return 0;
	default:
		return -ENOTSUPP;
		break;
	}

	clear_bit(BRCMF_P2P_STATUS_GO_NEG_PHASE, &p2p->status);
+0 −1
Original line number Diff line number Diff line
@@ -22916,7 +22916,6 @@ static void wlc_phy_rssi_cal_nphy_rev2(struct brcms_phy *pi, u8 rssi_type)
		break;
	default:
		return;
		break;
	}
	classif_state = wlc_phy_classifier_nphy(pi, 0, 0);