ath: remove unnecessary return in ath_regd_get_band_ctl
'default' case already returns NO_CTL Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
21800491cc
commit
88f6bfe182
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue