From b83bfeecb701abaeda32d55dd76d1bedcd3f0154 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 8 Sep 2010 08:27:02 +0200 Subject: [PATCH] --- yaml --- r: 210492 b: refs/heads/master c: 76195fb096ca6db2f8bbaffb96e3025aaf1649a0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/usb/card.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a15077a2de9f..5fb582d50e02 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe6ce80ae25953d95ebaf9bce27b585218cda25c +refs/heads/master: 76195fb096ca6db2f8bbaffb96e3025aaf1649a0 diff --git a/trunk/sound/usb/card.c b/trunk/sound/usb/card.c index 32e4be8a187c..4eabafa5b037 100644 --- a/trunk/sound/usb/card.c +++ b/trunk/sound/usb/card.c @@ -126,7 +126,7 @@ static void snd_usb_stream_disconnect(struct list_head *head) for (idx = 0; idx < 2; idx++) { subs = &as->substream[idx]; if (!subs->num_formats) - return; + continue; snd_usb_release_substream_urbs(subs, 1); subs->interface = -1; }