Diff between 2c8e43efc9698f6a972fd91fff50eb2c29d13785 and 32b52153ec83f9c7d360a1e590e55abfa8ced57d

Changed Files

File Additions Deletions Status
profiles/health/hdp.c +2 -1 modified

Full Patch

diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c
index 48dad52..23ab59a 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;