git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9393d34
)
staging: rtl8188eu: remove function which does nothing
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Fri, 12 Jun 2015 10:50:43 +0000
(16:20 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:23:11 +0000
(17:23 -0700)
The function rtw_mfree_all_stainfo() is just holding the lock,
traversing the list, and then unlocking. It is not doing anything else.
So removed the function and modified the places from where it was called.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found