diff options
author | Devendra Naga <devendra.aaru@gmail.com> | 2012-10-27 02:09:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-29 14:54:34 -0700 |
commit | 438d2d1329914da8fdf3a8aedac8ce7e5ffad26d (patch) | |
tree | 63236589209ff35e840bbae5753ce714ac16ae23 /lib/decompress_inflate.c | |
parent | cb1f6268acd7f1bca7153fa9ca187ffb73f60ab8 (diff) | |
download | linux-3.10-438d2d1329914da8fdf3a8aedac8ce7e5ffad26d.tar.gz linux-3.10-438d2d1329914da8fdf3a8aedac8ce7e5ffad26d.tar.bz2 linux-3.10-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 'lib/decompress_inflate.c')
0 files changed, 0 insertions, 0 deletions