staging: rtl8192ee: Remove unnecessary return statement
authorErin Grasmick <ecg@unseen.is>
Mon, 22 Sep 2014 22:07:51 +0000 (17:07 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 20:28:39 +0000 (13:28 -0700)
Removes void function return statements.

Signed-off-by: Erin Grasmick <ecg@unseen.is>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192ee/rc.c

index 62069b4..d959f9e 100644 (file)
@@ -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,