Skip to content

Commit

Permalink
staging: csr: remove func_exit_r macro
Browse files Browse the repository at this point in the history
this macro is used for debugging purposes,

it actually defined as

if (unifi_debug >= 5) {
	printk("unifi: <= %s %d\n", __FUNCTION__, (int)rc);
}

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>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 29, 2012
1 parent 75254af commit 1f5466b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 109 deletions.
Loading

0 comments on commit 1f5466b

Please sign in to comment.