提交 88f6bfe1 编写于 作者: B Bob Copeland 提交者: John W. Linville

ath: remove unnecessary return in ath_regd_get_band_ctl

'default' case already returns NO_CTL
Signed-off-by: NBob Copeland <me@bobcopeland.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 21800491
......@@ -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);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册