projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a8e307
)
staging: rtl8192ee: Fix unnecessary return at end of function.
author
Erin Grasmick
<ecg@unseen.is>
Sat, 20 Sep 2014 14:28:06 +0000
(09:28 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 20:26:22 +0000
(13:26 -0700)
Fix for unnecessary return at end of function as diagnosed by checkpatch.pl.
Signed-off-by: Erin Grasmick <ecg@unseen.is>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192ee/cam.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192ee/cam.c
b/drivers/staging/rtl8192ee/cam.c
index
26f6f90
..
bd5f2fb
100644
(file)
--- a/
drivers/staging/rtl8192ee/cam.c
+++ b/
drivers/staging/rtl8192ee/cam.c
@@
-325,6
+325,5
@@
void stg_rtl_cam_del_entry(struct ieee80211_hw *hw, u8 *sta_addr)
pr_info("&&&&&&&&&del entry %d\n", i);
}
}
- return;
}
EXPORT_SYMBOL(stg_rtl_cam_del_entry);