From: Sudip Mukherjee Date: Fri, 12 Jun 2015 10:50:43 +0000 (+0530) Subject: staging: rtl8188eu: remove function which does nothing X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e18248a66b5d95e9140be463228636fde32e2d5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed