diff options
author | Leo Yan <leo.yan@linaro.org> | 2015-05-05 10:09:17 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-05-14 00:00:51 +0300 |
commit | 4541c561b6abeb52ad5d9428e4a23e037bbe2b49 (patch) | |
tree | 7d0076cbfc084a0955ee05da49aee9146fc2522c /drivers/bluetooth | |
parent | f0b5e8a42f37a880b8467e59dc814f4f21581d3d (diff) | |
download | linux-4541c561b6abeb52ad5d9428e4a23e037bbe2b49.tar.xz |
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.c | 2 |
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> |