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

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

wcn36xx: remove unnecessary break after goto

parent a9fdfb30
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -488,7 +488,6 @@ static int wcn36xx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
		wcn36xx_err("Unsupported key cmd 0x%x\n", cmd);
		ret = -EOPNOTSUPP;
		goto out;
		break;
	}

out: