git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438d2d1
)
staging: csr: remove func_exit macro
author
Devendra Naga
<devendra.aaru@gmail.com>
Sat, 27 Oct 2012 06:09:59 +0000
(
02:09
-0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 29 Oct 2012 21:54:34 +0000
(14:54 -0700)
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>
No differences found