]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: rtl8188eu: remove function which does nothing
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 12 Jun 2015 10:50:43 +0000 (16:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:23:11 +0000 (17:23 -0700)
commit4e18248a66b5d95e9140be463228636fde32e2d5
tree70f6b1077d1a6284677ec69a9a6ddd2b474bca35
parent9393d34e4905ffd77bce3f64815a3b92363b30a4
staging: rtl8188eu: remove function which does nothing

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>
drivers/staging/rtl8188eu/core/rtw_sta_mgt.c