Skip to content

Commit

Permalink
ssb: Disable verbose SDIO coreswitch
Browse files Browse the repository at this point in the history
Disable SDIO coreswitch debugging.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Michael Buesch authored and John W. Linville committed Sep 23, 2009
1 parent 7ab44f1 commit 44fdd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ssb/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 44fdd37

Please sign in to comment.