Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android/health: Fix wrong parameter passing to android2bdaddr
@ 2014-06-17 12:53 Ravi kumar Veeramally
  2014-06-17 13:10 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Ravi kumar Veeramally @ 2014-06-17 12:53 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ravi kumar Veeramally

---
 android/health.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/health.c b/android/health.c
index 585d8a4..58323d9 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1102,7 +1102,7 @@ static struct health_device *create_device(uint16_t app_id,
 	if (!dev)
 		return NULL;
 
-	android2bdaddr(&addr, &dev->dst);
+	android2bdaddr(addr, &dev->dst);
 	dev->app_id = app_id;
 
 	return dev;
-- 
1.9.1


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

* Re: [PATCH] android/health: Fix wrong parameter passing to android2bdaddr
  2014-06-17 12:53 [PATCH] android/health: Fix wrong parameter passing to android2bdaddr Ravi kumar Veeramally
@ 2014-06-17 13:10 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-06-17 13:10 UTC (permalink / raw)
  To: Ravi kumar Veeramally; +Cc: linux-bluetooth

Hi Ravi,

On Tuesday 17 of June 2014 15:53:27 Ravi kumar Veeramally wrote:
> ---
>  android/health.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/android/health.c b/android/health.c
> index 585d8a4..58323d9 100644
> --- a/android/health.c
> +++ b/android/health.c
> @@ -1102,7 +1102,7 @@ static struct health_device *create_device(uint16_t app_id,
>  	if (!dev)
>  		return NULL;
>  
> -	android2bdaddr(&addr, &dev->dst);
> +	android2bdaddr(addr, &dev->dst);
>  	dev->app_id = app_id;
>  
>  	return dev;
> 

Pushed. Thanks.

-- 
Best regards, 
Szymon Janc

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

end of thread, other threads:[~2014-06-17 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17 12:53 [PATCH] android/health: Fix wrong parameter passing to android2bdaddr Ravi kumar Veeramally
2014-06-17 13:10 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox