linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] mesh: Remove unnecessary variable initialization
@ 2019-02-02  6:49 Inga Stotland
  2019-02-04 20:10 ` Gix, Brian
  0 siblings, 1 reply; 2+ messages in thread
From: Inga Stotland @ 2019-02-02  6:49 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.von.dentz, brian.gix, Inga Stotland

---
 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;
 
-- 
2.17.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] mesh: Remove unnecessary variable initialization
  2019-02-02  6:49 [PATCH BlueZ] mesh: Remove unnecessary variable initialization Inga Stotland
@ 2019-02-04 20:10 ` Gix, Brian
  0 siblings, 0 replies; 2+ messages in thread
From: Gix, Brian @ 2019-02-04 20:10 UTC (permalink / raw)
  To: linux-bluetooth, Stotland, Inga; +Cc: Von Dentz, Luiz


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;
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-04 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-02  6:49 [PATCH BlueZ] mesh: Remove unnecessary variable initialization Inga Stotland
2019-02-04 20:10 ` Gix, Brian

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).