VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   35 Branches   59 Tags
author: Michael Buesch <mb@bu3sch.de> 2009-09-11 16:08:06 +0200 committer: John W. Linville <linville@tuxdriver.com> 2009-09-14 14:36:04 -0400 commit: 54a68d14e0bc4f2328fb630a3058729f61452c2e parent: ff4d572a186c1276ea2118e405528432eb1f747c
Commit Summary:
ssb: Disable verbose SDIO coreswitch
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/ssb/sdio.c b/drivers/ssb/sdio.c
index 114051056b52..4ff73473e695 100644
--- a/drivers/ssb/sdio.c
+++ b/drivers/ssb/sdio.c
@@ -21,7 +21,7 @@
 #include "ssb_private.h"
 
 /* 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 */