linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Gix, Brian" <brian.gix@intel.com>
To: "linux-bluetooth@vger.kernel.org"
	<linux-bluetooth@vger.kernel.org>,
	"Stotland, Inga" <inga.stotland@intel.com>
Cc: "Von Dentz, Luiz" <luiz.von.dentz@intel.com>
Subject: Re: [PATCH BlueZ] mesh: Remove unnecessary variable initialization
Date: Mon, 4 Feb 2019 20:10:34 +0000	[thread overview]
Message-ID: <1549311034.22761.1.camel@intel.com> (raw)
In-Reply-To: <20190202064935.13579-1-inga.stotland@intel.com>


Applied

On Fri, 2019-02-01 at 22:49 -0800, Inga Stotland wrote:
> ---
>  mesh/mesh.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mesh/mesh.c b/mesh/mesh.c
> index 881b6ed73..2c45c0a87 100644
> --- a/mesh/mesh.c
> +++ b/mesh/mesh.c
> @@ -665,7 +665,7 @@ static struct l_dbus_message *attach_call(struct l_dbus *dbus,
>  						struct l_dbus_message *msg,
>  						void *user_data)
>  {
> -	uint64_t token = 1;
> +	uint64_t token;
>  	const char *app_path, *sender;
>  	struct attach_data *pending;
>  

      reply	other threads:[~2019-02-04 20:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-02  6:49 [PATCH BlueZ] mesh: Remove unnecessary variable initialization Inga Stotland
2019-02-04 20:10 ` 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=1549311034.22761.1.camel@intel.com \
    --to=brian.gix@intel.com \
    --cc=inga.stotland@intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.von.dentz@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;
as well as URLs for NNTP newsgroup(s).