From: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
Subject: [PATCH] android/health: Fix wrong parameter passing to android2bdaddr
Date: Tue, 17 Jun 2014 15:53:27 +0300 [thread overview]
Message-ID: <1403009607-6232-1-git-send-email-ravikumar.veeramally@linux.intel.com> (raw)
---
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
next reply other threads:[~2014-06-17 12:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 12:53 Ravi kumar Veeramally [this message]
2014-06-17 13:10 ` [PATCH] android/health: Fix wrong parameter passing to android2bdaddr Szymon Janc
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=1403009607-6232-1-git-send-email-ravikumar.veeramally@linux.intel.com \
--to=ravikumar.veeramally@linux.intel.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox