summaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2/wl_profile.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-09 09:25:23 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-09 09:25:23 -0800
commit3c319c96ba0dab3bc3a5dd34b7a978fb92952b74 (patch)
tree8f7cbc58c3523fbb1098261f78d8ee2527202e47 /drivers/staging/wlags49_h2/wl_profile.c
parentb35360bc8c0617ae3931fe049e9c84d54da1da80 (diff)
staging: wlags49_h2: remove DBG_LEAVE()
We have an in-kernel tracing function, use that instead if you really need to figure out when functions are called and exited. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2/wl_profile.c')
-rw-r--r--drivers/staging/wlags49_h2/wl_profile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wlags49_h2/wl_profile.c b/drivers/staging/wlags49_h2/wl_profile.c
index bfbff9ac7f4e..adcd8e89e10a 100644
--- a/drivers/staging/wlags49_h2/wl_profile.c
+++ b/drivers/staging/wlags49_h2/wl_profile.c
@@ -268,7 +268,6 @@ void parse_config(struct net_device *dev)
set_fs(fs); /* Return to the original context */
#endif /* BIN_DL */
- DBG_LEAVE(DbgInfo);
return;
} /* parse_config */
@@ -995,7 +994,6 @@ void ParseConfigLine(char *pszLine, char **ppszLVal, char **ppszRVal)
pszLine[i] = '\0';
}
}
- DBG_LEAVE(DbgInfo);
} /* ParseConfigLine */
/*============================================================================*/