浏览代码

ssb: Disable verbose SDIO coreswitch

Disable SDIO coreswitch debugging.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Michael Buesch 15 年之前
父节点
当前提交
54a68d14e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/ssb/sdio.c

+ 1 - 1
drivers/ssb/sdio.c

@@ -21,7 +21,7 @@
 #include "ssb_private.h"
 #include "ssb_private.h"
 
 
 /* Define the following to 1 to enable a printk on each coreswitch. */
 /* Define the following to 1 to enable a printk on each coreswitch. */
-#define SSB_VERBOSE_SDIOCORESWITCH_DEBUG		1
+#define SSB_VERBOSE_SDIOCORESWITCH_DEBUG		0
 
 
 
 
 /* Hardware invariants CIS tuples */
 /* Hardware invariants CIS tuples */