mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
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:
|
default:
|
||||||
return NO_CTL;
|
return NO_CTL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return NO_CTL;
|
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(ath_regd_get_band_ctl);
|
EXPORT_SYMBOL(ath_regd_get_band_ctl);
|
||||||
|
|
Loading…
Reference in a new issue