All of lore.kernel.org
 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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.