summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/mlme.c
diff options
context:
space:
mode:
authorDevendra Naga2012-10-27 08:09:58 +0200
committerGreg Kroah-Hartman2012-10-29 22:54:34 +0100
commit438d2d1329914da8fdf3a8aedac8ce7e5ffad26d (patch)
tree63236589209ff35e840bbae5753ce714ac16ae23 /drivers/staging/csr/mlme.c
parentMerge 3.7-rc3 into staging-next (diff)
downloadkernel-qcow2-linux-438d2d1329914da8fdf3a8aedac8ce7e5ffad26d.tar.gz
kernel-qcow2-linux-438d2d1329914da8fdf3a8aedac8ce7e5ffad26d.tar.xz
kernel-qcow2-linux-438d2d1329914da8fdf3a8aedac8ce7e5ffad26d.zip
staging: csr: remove func_enter 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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/csr/mlme.c b/drivers/staging/csr/mlme.c
index ed767eccbb32..723ecb378596 100644
--- a/drivers/staging/csr/mlme.c
+++ b/drivers/staging/csr/mlme.c
@@ -154,8 +154,6 @@ unifi_mlme_blocking_request(unifi_priv_t *priv, ul_client_t *pcli,
{
int r;
- func_enter();
-
if (sig->SignalPrimitiveHeader.SignalId == 0) {
unifi_error(priv, "unifi_mlme_blocking_request: Invalid Signal Id (0x%x)\n",
sig->SignalPrimitiveHeader.SignalId);