1
0
Files
linux/drivers/staging/csr
Devendra Naga 438d2d1329 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>
2012-10-29 14:54:34 -07:00
..
2012-10-29 14:54:34 -07:00
2012-10-29 14:54:34 -07:00
2012-08-14 16:53:21 -07:00
2012-10-29 14:54:34 -07:00
2012-10-29 14:54:34 -07:00
2012-07-20 12:00:10 -07:00
2012-07-20 16:41:09 -07:00
2012-07-20 16:41:09 -07:00
2012-07-11 17:07:52 -07:00
2012-07-20 13:07:13 -07:00