All of lore.kernel.org
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Anderson Lizardo <anderson.lizardo@openbossa.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH BlueZ] android/test-ipc: Use correct boolean values for glib functions
Date: Wed, 12 Feb 2014 20:21:02 +0100	[thread overview]
Message-ID: <2318292.vcUTG61T5m@leonov> (raw)
In-Reply-To: <1392232401-26119-1-git-send-email-anderson.lizardo@openbossa.org>

Hi Anderson,

On Wednesday 12 of February 2014 15:13:21 Anderson Lizardo wrote:
> ---
>  android/test-ipc.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/android/test-ipc.c b/android/test-ipc.c
> index 3a0729e..2def97b 100644
> --- a/android/test-ipc.c
> +++ b/android/test-ipc.c
> @@ -263,8 +263,8 @@ static void execute_context(struct context *context)
>  {
>  	g_main_loop_run(context->main_loop);
> 
> -	g_io_channel_shutdown(context->notif_io, true, NULL);
> -	g_io_channel_shutdown(context->cmd_io, true, NULL);
> +	g_io_channel_shutdown(context->notif_io, TRUE, NULL);
> +	g_io_channel_shutdown(context->cmd_io, TRUE, NULL);
>  	g_io_channel_unref(context->cmd_io);
>  	g_io_channel_unref(context->notif_io);

Applied, thanks.

-- 
BR
Szymon Janc

      reply	other threads:[~2014-02-12 19:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-12 19:13 [PATCH BlueZ] android/test-ipc: Use correct boolean values for glib functions Anderson Lizardo
2014-02-12 19:21 ` 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=2318292.vcUTG61T5m@leonov \
    --to=szymon.janc@tieto.com \
    --cc=anderson.lizardo@openbossa.org \
    --cc=linux-bluetooth@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.