diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-09-09 04:51:45 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-09 04:51:45 -0400 |
commit | c8bdfacb63c85d39ff55d365f1e48cce011b219e (patch) | |
tree | 402f659bdb919064dd7bced98c59de63994abe03 /sound/usb | |
parent | add7c0a6a4b8669ebd726f9c08ba6002900ca671 (diff) | |
parent | a7a13d0676335a7dc9dd72264cca02606e43aaba (diff) |
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'sound/usb')
-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 4aa4678e0a01..800f7cb4f251 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) | |||
126 | for (idx = 0; idx < 2; idx++) { | 126 | for (idx = 0; idx < 2; idx++) { |
127 | subs = &as->substream[idx]; | 127 | subs = &as->substream[idx]; |
128 | if (!subs->num_formats) | 128 | if (!subs->num_formats) |
129 | return; | 129 | continue; |
130 | snd_usb_release_substream_urbs(subs, 1); | 130 | snd_usb_release_substream_urbs(subs, 1); |
131 | subs->interface = -1; | 131 | subs->interface = -1; |
132 | } | 132 | } |