diff options
author | Michael Buesch <mb@bu3sch.de> | 2009-09-11 10:08:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-23 11:35:40 -0400 |
commit | 44fdd375cd8bb3544f9832b4a42df497d180feb2 (patch) | |
tree | f66e3a21b8989aa324bca317f7bd8f8f137779b2 | |
parent | 7ab44f17bc5b16ab1b4fc4dad4a0667c21e727b5 (diff) |
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>
-rw-r--r-- | drivers/ssb/sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
21 | #include "ssb_private.h" | 21 | #include "ssb_private.h" |
22 | 22 | ||
23 | /* Define the following to 1 to enable a printk on each coreswitch. */ | 23 | /* Define the following to 1 to enable a printk on each coreswitch. */ |
24 | #define SSB_VERBOSE_SDIOCORESWITCH_DEBUG 1 | 24 | #define SSB_VERBOSE_SDIOCORESWITCH_DEBUG 0 |
25 | 25 | ||
26 | 26 | ||
27 | /* Hardware invariants CIS tuples */ | 27 | /* Hardware invariants CIS tuples */ |