Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756244AbbEEHLH (ORCPT ); Tue, 5 May 2015 03:11:07 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:36125 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754508AbbEEHLD (ORCPT ); Tue, 5 May 2015 03:11:03 -0400 From: Leo Yan To: linux-bluetooth@vger.kernel.org, Pavan Savoy , Marcel Holtmann , Gustavo Padovan , Johan Hedberg , linux-kernel@vger.kernel.org Cc: Leo Yan Subject: [PATCH] Bluetooth: btwilink: remove DEBUG define Date: Tue, 5 May 2015 15:09:17 +0800 Message-Id: <1430809757-23282-1-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 29 Remove the DEBUG define as the debug code; so can remove mass debug info from log buffer when using dmesg. Signed-off-by: Leo Yan --- drivers/bluetooth/btwilink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c index 55c135b..7a722df 100644 --- a/drivers/bluetooth/btwilink.c +++ b/drivers/bluetooth/btwilink.c @@ -22,7 +22,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ -#define DEBUG + #include #include #include -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/