aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2015-05-05 15:09:17 +0800
committerMarcel Holtmann <marcel@holtmann.org>2015-05-13 23:00:51 +0200
commit4541c561b6abeb52ad5d9428e4a23e037bbe2b49 (patch)
tree7d0076cbfc084a0955ee05da49aee9146fc2522c /drivers/bluetooth
parentnet: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset (diff)
downloadlinux-dev-4541c561b6abeb52ad5d9428e4a23e037bbe2b49.tar.xz
linux-dev-4541c561b6abeb52ad5d9428e4a23e037bbe2b49.zip
Bluetooth: btwilink: remove DEBUG define
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 <leo.yan@linaro.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btwilink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c
index 55c135b7757a..7a722df97343 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 <linux/platform_device.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>