From: Szymon Janc <szymon.janc@tieto.com>
To: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/health: Fix wrong user data passing in set_mcl_cb
Date: Fri, 27 Jun 2014 15:31:53 +0200 [thread overview]
Message-ID: <1453660.8hzhqKDWXg@uw000953> (raw)
In-Reply-To: <1403816654-19539-1-git-send-email-ravikumar.veeramally@linux.intel.com>
Hi Ravi,
On Friday 27 of June 2014 00:04:14 Ravi kumar Veeramally wrote:
> It used to be channel, when set_mcl_cb refactored
> it got changed to channed->dev.
> commit 32180fa3a649ec26f9f3891a0ff5e4fe16592b91 introduced it.
> ---
> android/health.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/android/health.c b/android/health.c
> index 42c9a6e..30a6166 100644
> --- a/android/health.c
> +++ b/android/health.c
> @@ -1341,7 +1341,7 @@ static void create_mcl_cb(struct mcap_mcl *mcl, GError *err, gpointer data)
> channel->dev->mcl_conn = true;
> info("MCL connected");
>
> - ret = set_mcl_cb(channel->dev->mcl, channel->dev, &gerr);
> + ret = set_mcl_cb(channel->dev->mcl, channel, &gerr);
> if (!ret) {
> error("health: error setting mdl callbacks: %s", gerr->message);
> g_error_free(gerr);
>
Applied, thanks.
--
Best regards,
Szymon Janc
prev parent reply other threads:[~2014-06-27 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-26 21:04 [PATCH] android/health: Fix wrong user data passing in set_mcl_cb Ravi kumar Veeramally
2014-06-27 13:31 ` Szymon Janc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453660.8hzhqKDWXg@uw000953 \
--to=szymon.janc@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=ravikumar.veeramally@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox