summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/firewire/motu/motu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/motu/motu.c b/sound/firewire/motu/motu.c
index bf779cfeef0d..59a270406353 100644
--- a/sound/firewire/motu/motu.c
+++ b/sound/firewire/motu/motu.c
@@ -128,6 +128,7 @@ static void do_registration(struct work_struct *work)
128 return; 128 return;
129error: 129error:
130 snd_motu_transaction_unregister(motu); 130 snd_motu_transaction_unregister(motu);
131 snd_motu_stream_destroy_duplex(motu);
131 snd_card_free(motu->card); 132 snd_card_free(motu->card);
132 dev_info(&motu->unit->device, 133 dev_info(&motu->unit->device,
133 "Sound card registration failed: %d\n", err); 134 "Sound card registration failed: %d\n", err);