diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-09-09 10:51:45 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-09 10:51:45 +0200 |
commit | c8bdfacb63c85d39ff55d365f1e48cce011b219e (patch) | |
tree | 402f659bdb919064dd7bced98c59de63994abe03 /sound/usb/card.c | |
parent | add7c0a6a4b8669ebd726f9c08ba6002900ca671 (diff) | |
parent | a7a13d0676335a7dc9dd72264cca02606e43aaba (diff) | |
download | op-kernel-dev-c8bdfacb63c85d39ff55d365f1e48cce011b219e.zip op-kernel-dev-c8bdfacb63c85d39ff55d365f1e48cce011b219e.tar.gz |
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'sound/usb/card.c')
-rw-r--r-- | sound/usb/card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index 4aa4678..800f7cb 100644 --- a/sound/usb/card.c +++ b/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; } |