staging: rtl8192ee: Remove unnecessary return statement
Removes void function return statements. Signed-off-by: Erin Grasmick <ecg@unseen.is> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
90be2f1ff7
commit
2e94283b68
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ static void *rtl_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
|
||||||
|
|
||||||
static void rtl_rate_free(void *rtlpriv)
|
static void rtl_rate_free(void *rtlpriv)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *rtl_rate_alloc_sta(void *ppriv,
|
static void *rtl_rate_alloc_sta(void *ppriv,
|
||||||
|
|
Loading…
Add table
Reference in a new issue