From: wdc Date: Fri, 11 May 2012 03:03:50 +0000 (+0800) Subject: Loquate: remove the sleep log X-Git-Tag: firefly_0821_release~9195 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=138f6d4ac53f3026b918f5d6ae13e9a05f5fcb8b;p=firefly-linux-kernel-4.4.55.git Loquate: remove the sleep log --- diff --git a/arch/arm/mach-rk30/board-rk30-phone-loquat-rfkill.c b/arch/arm/mach-rk30/board-rk30-phone-loquat-rfkill.c index 2cb64a5bd6b4..0fd336984768 100755 --- a/arch/arm/mach-rk30/board-rk30-phone-loquat-rfkill.c +++ b/arch/arm/mach-rk30/board-rk30-phone-loquat-rfkill.c @@ -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