summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/mlme.c
diff options
context:
space:
mode:
authorDevendra Naga2012-10-27 08:09:59 +0200
committerGreg Kroah-Hartman2012-10-29 22:54:34 +0100
commit75254af8908501f9cfc6be878c595da02859a0b5 (patch)
treea8ce622d23c5b336ba5821183edebcfbc69ba262 /drivers/staging/csr/mlme.c
parentstaging: csr: remove func_enter macro (diff)
downloadkernel-qcow2-linux-75254af8908501f9cfc6be878c595da02859a0b5.tar.gz
kernel-qcow2-linux-75254af8908501f9cfc6be878c595da02859a0b5.tar.xz
kernel-qcow2-linux-75254af8908501f9cfc6be878c595da02859a0b5.zip
staging: csr: remove func_exit macro
this macro is used for debugging purposes, it actually defined as if (unifi_debug >= 5) { printk("unifi: <= %s\n", __FUNCTION__); } which produces too many of those prints if the unifi_debug is >=5. remove these calls and the macro itself altogether Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/mlme.c')
-rw-r--r--drivers/staging/csr/mlme.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/csr/mlme.c b/drivers/staging/csr/mlme.c
index 723ecb378596..861d6b7687c7 100644
--- a/drivers/staging/csr/mlme.c
+++ b/drivers/staging/csr/mlme.c
@@ -197,7 +197,6 @@ unifi_mlme_blocking_request(unifi_priv_t *priv, ul_client_t *pcli,
return r;
}
- func_exit();
return 0;
} /* unifi_mlme_blocking_request() */