diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/card.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index 781d9e61adfb..ed120ca2353d 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c | |||
@@ -532,6 +532,7 @@ snd_usb_audio_probe(struct usb_device *dev, | |||
532 | __error: | 532 | __error: |
533 | if (chip && !chip->num_interfaces) | 533 | if (chip && !chip->num_interfaces) |
534 | snd_card_free(chip->card); | 534 | snd_card_free(chip->card); |
535 | chip->probing = 0; | ||
535 | mutex_unlock(®ister_mutex); | 536 | mutex_unlock(®ister_mutex); |
536 | __err_val: | 537 | __err_val: |
537 | return NULL; | 538 | return NULL; |