All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Solve compilation warning usin gcc 4.5.0
@ 2010-08-11  9:09 Jose Antonio Santos Cadenas
  2010-08-11 12:49 ` Johan Hedberg
  0 siblings, 1 reply; 7+ messages in thread
From: Jose Antonio Santos Cadenas @ 2010-08-11  9:09 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jose Antonio Santos Cadenas

---
 audio/control.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/audio/control.c b/audio/control.c
index c8aba53..daa01ef 100644
--- a/audio/control.c
+++ b/audio/control.c
@@ -446,7 +446,7 @@ static void avctp_set_state(struct control *control, avctp_state_t new_state)
 
 		avctp_disconnected(control->dev);
 
-		if (old_state != AVCTP_STATE_CONNECTED)
+		if (old_state != AVDTP_SESSION_STATE_CONNECTED)
 			break;
 
 		value = FALSE;
-- 
1.7.2


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

end of thread, other threads:[~2010-08-11 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11  9:09 [PATCH] Solve compilation warning usin gcc 4.5.0 Jose Antonio Santos Cadenas
2010-08-11 12:49 ` Johan Hedberg
2010-08-11 12:55   ` José Antonio Santos Cadenas
2010-08-11 13:06     ` Jose Antonio Santos Cadenas
2010-08-11 13:17       ` Johan Hedberg
2010-08-11 13:17   ` José Antonio Santos Cadenas
2010-08-11 13:40     ` Marcel Holtmann

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.