alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix: pulse_pcm_poll_revents should return 0 on success
       [not found] <1361852653-6656-1-git-send-email-me>
@ 2013-02-26  4:24 ` s.jansen
  0 siblings, 0 replies; only message in thread
From: s.jansen @ 2013-02-26  4:24 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, Sander Jansen

From: Sander Jansen <s.jansen@gmail.com>

---
 pulse/pcm_pulse.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c
index 4226d30..0d3704b 100644
--- a/pulse/pcm_pulse.c
+++ b/pulse/pcm_pulse.c
@@ -651,6 +651,8 @@ static int pulse_pcm_poll_revents(snd_pcm_ioplug_t * io,
 	else
 		*revents = 0;
 
+	err = 0;
+
 finish:
 
 	pa_threaded_mainloop_unlock(pcm->p->mainloop);
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-26  4:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1361852653-6656-1-git-send-email-me>
2013-02-26  4:24 ` [PATCH] Fix: pulse_pcm_poll_revents should return 0 on success s.jansen

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