linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Gix, Brian" <brian.gix@intel.com>
To: "michal.lowas-rzechonek@silvair.com" 
	<michal.lowas-rzechonek@silvair.com>,
	"linux-bluetooth@vger.kernel.org"
	<linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH BlueZ] mesh: Fix storing network retransmission in config
Date: Tue, 6 Aug 2019 16:56:39 +0000	[thread overview]
Message-ID: <b2830469a7bb2724ed0b48fb6808a5c34d158da1.camel@intel.com> (raw)
In-Reply-To: <20190805075458.15694-1-michal.lowas-rzechonek@silvair.com>

Applied, Thanks

On Mon, 2019-08-05 at 09:54 +0200, Michał Lowas-Rzechonek wrote:
> ---
>  mesh/mesh-config-json.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mesh/mesh-config-json.c b/mesh/mesh-config-json.c
> index 177aaac7b..d49f5226a 100644
> --- a/mesh/mesh-config-json.c
> +++ b/mesh/mesh-config-json.c
> @@ -1553,7 +1553,7 @@ bool mesh_config_write_net_transmit(struct mesh_config *cfg, uint8_t cnt,
>  	jnode = cfg->jnode;
>  
>  	jretransmit = json_object_new_object();
> -	if (jretransmit)
> +	if (!jretransmit)
>  		return false;
>  
>  	if (!write_int(jretransmit, "count", cnt))

      reply	other threads:[~2019-08-06 16:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-05  7:54 [PATCH BlueZ] mesh: Fix storing network retransmission in config Michał Lowas-Rzechonek
2019-08-06 16:56 ` Gix, Brian [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=b2830469a7bb2724ed0b48fb6808a5c34d158da1.camel@intel.com \
    --to=brian.gix@intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=michal.lowas-rzechonek@silvair.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;
as well as URLs for NNTP newsgroup(s).