Loquate: remove the sleep log
authorwdc <wdc@rock-chips.com>
Fri, 11 May 2012 03:03:50 +0000 (11:03 +0800)
committerwdc <wdc@rock-chips.com>
Fri, 11 May 2012 03:03:50 +0000 (11:03 +0800)
arch/arm/mach-rk30/board-rk30-phone-loquat-rfkill.c

index 2cb64a5bd6b42720e94e8b86113c41e48764e3e8..0fd33698476857f014eab4f3c979932dcf620dfb 100755 (executable)
@@ -137,12 +137,12 @@ static irqreturn_t bcm4329_wake_host_irq(int irq, void *dev)
 #ifdef CONFIG_BT_HCIBCM4325
 int bcm4325_sleep(int bSleep)
 {
-    printk("*************bt enter sleep***************\n");
+    DBG("*************bt enter sleep***************\n");
     if (bSleep)
     gpio_set_value(BT_GPIO_WAKE_UP, GPIO_LOW);   //low represent bt device may enter sleep  
     else
     gpio_set_value(BT_GPIO_WAKE_UP, GPIO_HIGH);  //high represent bt device must be awake 
-    printk("sleep=%d\n",bSleep);
+    DBG("sleep=%d\n",bSleep);
     return 0;
 }
 #endif