diff options
author | Devendra Naga <devendra.aaru@gmail.com> | 2012-10-27 06:09:59 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-29 21:54:34 (GMT) |
commit | 75254af8908501f9cfc6be878c595da02859a0b5 (patch) | |
tree | a8ce622d23c5b336ba5821183edebcfbc69ba262 /kernel/extable.c | |
parent | 438d2d1329914da8fdf3a8aedac8ce7e5ffad26d (diff) | |
download | linux-fsl-qoriq-75254af8908501f9cfc6be878c595da02859a0b5.tar.xz |
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 'kernel/extable.c')
0 files changed, 0 insertions, 0 deletions