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

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
...@@ -569,7 +569,5 @@ u32 ath_regd_get_band_ctl(struct ath_regulatory *reg, ...@@ -569,7 +569,5 @@ u32 ath_regd_get_band_ctl(struct ath_regulatory *reg,
default: default:
return NO_CTL; return NO_CTL;
} }
return NO_CTL;
} }
EXPORT_SYMBOL(ath_regd_get_band_ctl); EXPORT_SYMBOL(ath_regd_get_band_ctl);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment