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

Commit 88f6bfe1 authored by Bob Copeland's avatar Bob Copeland Committed by John W. Linville
Browse files

ath: remove unnecessary return in ath_regd_get_band_ctl



'default' case already returns NO_CTL

Signed-off-by: default avatarBob Copeland <me@bobcopeland.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 21800491
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -569,7 +569,5 @@ u32 ath_regd_get_band_ctl(struct ath_regulatory *reg,
	default:
		return NO_CTL;
	}

	return NO_CTL;
}
EXPORT_SYMBOL(ath_regd_get_band_ctl);