提交 2e94283b 编写于 作者: E Erin Grasmick 提交者: Greg Kroah-Hartman

staging: rtl8192ee: Remove unnecessary return statement

Removes void function return statements.
Signed-off-by: NErin Grasmick <ecg@unseen.is>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 90be2f1f
......@@ -239,7 +239,7 @@ static void *rtl_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
static void rtl_rate_free(void *rtlpriv)
{
return;
}
static void *rtl_rate_alloc_sta(void *ppriv,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册