projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90be2f1
)
staging: rtl8192ee: Remove unnecessary return statement
author
Erin Grasmick
<ecg@unseen.is>
Mon, 22 Sep 2014 22:07:51 +0000
(17:07 -0500)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192ee/rc.c
b/drivers/staging/rtl8192ee/rc.c
index 62069b4b6a62175f1bc661b3a7d74e124d29b842..d959f9eeca93c27bcc27e763ec036c2b235f4f19 100644
(file)
--- a/
drivers/staging/rtl8192ee/rc.c
+++ b/
drivers/staging/rtl8192ee/rc.c
@@
-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,