summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
diff options
context:
space:
mode:
authorLarry Finger2014-02-09 22:15:59 +0100
committerGreg Kroah-Hartman2014-02-11 21:41:15 +0100
commitf578b5d33ee721461921c8e79e5f8b309b2e604d (patch)
tree086f6e212becfabe7fdead2d606c7a6aca75e7d4 /drivers/staging/rtl8188eu/core/rtw_wlan_util.c
parentstaging: r8188eu: Eliminate macro to get next list item (diff)
downloadkernel-qcow2-linux-f578b5d33ee721461921c8e79e5f8b309b2e604d.tar.gz
kernel-qcow2-linux-f578b5d33ee721461921c8e79e5f8b309b2e604d.tar.xz
kernel-qcow2-linux-f578b5d33ee721461921c8e79e5f8b309b2e604d.zip
staging: r8188eu: Remove _func_enter and _func_exit macros
These debugging macros are seldom used for debugging once the driver is working. If routine tracing is needed, it can be added on an individual basis. In a few cases, removal of the exit macro left a bare label. In these cases, a go to that label was replaced by a return. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/core/rtw_wlan_util.c')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_wlan_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_wlan_util.c b/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
index 2c8d58db65fe..f64b9795a712 100644
--- a/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
+++ b/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
@@ -1090,12 +1090,10 @@ int rtw_check_bcn_info(struct adapter *Adapter, u8 *pframe, u32 packet_len)
}
kfree(bssid);
- _func_exit_;
return _SUCCESS;
_mismatch:
kfree(bssid);
- _func_exit_;
return _FAIL;
}