Commit 2e94283b authored by Erin Grasmick's avatar Erin Grasmick Committed by Greg Kroah-Hartman

staging: rtl8192ee: Remove unnecessary return statement

Removes void function return statements.
Signed-off-by: default avatarErin Grasmick <ecg@unseen.is>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment