summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-06-12 15:07:37 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-06-13 15:41:03 +0300
commit32b52153ec83f9c7d360a1e590e55abfa8ced57d (patch)
tree457e1420fb702f0b3f1729a15772116dc9aa0e23 /profiles/health
parent2c8e43efc9698f6a972fd91fff50eb2c29d13785 (diff)
downloadbluez-32b52153ec83f9c7d360a1e590e55abfa8ced57d.tar.gz
HDP: trivial: Fix redundant debug print
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/hdp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c
index 48dad52c8..23ab59a90 100644
--- a/profiles/health/hdp.c
+++ b/profiles/health/hdp.c
@@ -930,7 +930,8 @@ static void hdp_mcap_mdl_connected_cb(struct mcap_mdl *mdl, void *data)
struct hdp_device *dev = data;
struct hdp_channel *chan;
- DBG("hdp_mcap_mdl_connected_cb");
+ DBG("");
+
if (dev->ndc == NULL)
return;