diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-08-11 21:28:22 -0700 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-08-11 21:28:22 -0700 | 
| commit | ad26a2b3a89e90f5957ed40b64173814ca2bfcfc (patch) | |
| tree | 3513e9610f69694cc4ded73bcf4b41ecdde67f45 | |
| parent | 79fdad2d47fe1a165b56b3066692d58340b4a4e7 (diff) | |
| download | olio-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.c | 4 | 
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; |