Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] audio: Fix style issue in start_timeout
@ 2012-07-02 16:07 Frédéric Dalleau
  2012-07-02 16:13 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Frédéric Dalleau @ 2012-07-02 16:07 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Frédéric Dalleau

---
 audio/avdtp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/avdtp.c b/audio/avdtp.c
index e431ce8..47a5d6d 100644
--- a/audio/avdtp.c
+++ b/audio/avdtp.c
@@ -3627,7 +3627,7 @@ static gboolean start_timeout(gpointer user_data)
 	struct avdtp_stream *stream = user_data;
 	struct avdtp *session = stream->session;
 
-	stream->open_acp = 0;
+	stream->open_acp = FALSE;
 
 	if (avdtp_start(session, stream) < 0)
 		error("wait_timeout: avdtp_start failed");
-- 
1.7.9.5


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

end of thread, other threads:[~2012-07-02 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 16:07 [PATCH] audio: Fix style issue in start_timeout Frédéric Dalleau
2012-07-02 16:13 ` Johan Hedberg

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