From: Devendra Naga Date: Sat, 27 Oct 2012 06:09:58 +0000 (-0400) Subject: staging: csr: remove func_enter macro X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~906 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438d2d1329914da8fdf3a8aedac8ce7e5ffad26d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed