forked from Minki/linux
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
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user