linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] device: Remove bogus line from device_create_bonding
@ 2012-10-05 11:08 Szymon Janc
  2012-10-05 12:48 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2012-10-05 11:08 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

This is a typo from 899e6561d284806007b7e57e1ab3b65e54be3d22.

---
 src/device.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/device.c b/src/device.c
index 1c65b68..0d25631 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2549,7 +2549,6 @@ DBusMessage *device_create_bonding(struct btd_device *device,
 	if (device_is_bonded(device))
 		return btd_error_already_exists(msg);
 
-				adapter_get_address(adapter),
 	bonding = bonding_request_new(msg, device, agent_path,
 					capability);
 
-- 
1.7.9.5


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

* Re: [PATCH] device: Remove bogus line from device_create_bonding
  2012-10-05 11:08 [PATCH] device: Remove bogus line from device_create_bonding Szymon Janc
@ 2012-10-05 12:48 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-10-05 12:48 UTC (permalink / raw)
  To: Szymon Janc; +Cc: linux-bluetooth

Hi Szymon,

On Fri, Oct 05, 2012, Szymon Janc wrote:
> This is a typo from 899e6561d284806007b7e57e1ab3b65e54be3d22.
> 
> ---
>  src/device.c |    1 -
>  1 file changed, 1 deletion(-)

Applied. Thanks.

Johan

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

end of thread, other threads:[~2012-10-05 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 11:08 [PATCH] device: Remove bogus line from device_create_bonding Szymon Janc
2012-10-05 12:48 ` Johan Hedberg

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