2014-06-12 12:07:37

by Andrei Emeltchenko

[permalink] [raw]
Subject: [PATCH] HDP: trivial: Fix redundant debug print

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



2014-06-13 12:41:42

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] HDP: trivial: Fix redundant debug print

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