summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-08-11 21:28:22 -0700
committermattis fjallstrom <mattis@acm.org>2015-08-11 21:28:22 -0700
commitad26a2b3a89e90f5957ed40b64173814ca2bfcfc (patch)
tree3513e9610f69694cc4ded73bcf4b41ecdde67f45
parent79fdad2d47fe1a165b56b3066692d58340b4a4e7 (diff)
downloadolio-linux-3.10-ad26a2b3a89e90f5957ed40b64173814ca2bfcfc.tar.xz
olio-linux-3.10-ad26a2b3a89e90f5957ed40b64173814ca2bfcfc.zip
Disabled debugging output
Change-Id: I21e484b1d5c0b73dcbb3317743f1fca7a8d702c0
-rw-r--r--arch/arm/mach-omap2/board-omap3h1-bluetooth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
index 2d502bab5a6..6278a0345e6 100644
--- a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
+++ b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
@@ -54,7 +54,11 @@ static void set_host_wake_locked(int);
#define UART_PORT 0 /* UART 1 = 0 */
#define BT_RST_PIN 149
+#ifdef OLIODEBUG
#define olio_debug(format, ...) printk ("OLIO %s: ", __FUNCTION__); printk (format, ##__VA_ARGS__)
+#else
+#define olio_debug(format, ...)
+#endif
static struct rfkill *bt_rfkill;
static struct regulator *clk32ksys_reg;