From: Andrei Emeltchenko <[email protected]>
---
profiles/health/hdp.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c
index d511015..d256c9f 100644
--- a/profiles/health/hdp.c
+++ b/profiles/health/hdp.c
@@ -933,7 +933,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;
--
1.8.3.2
Hi Andrei,
On Thu, Jun 12, 2014, Andrei Emeltchenko wrote:
> ---
> profiles/health/hdp.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied. Thanks.
Johan