diff options
-rw-r--r-- | sound/pci/emu10k1/emu10k1_synth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emu10k1_synth.c b/sound/pci/emu10k1/emu10k1_synth.c index 1fa393f22a99..204995a1dfbd 100644 --- a/sound/pci/emu10k1/emu10k1_synth.c +++ b/sound/pci/emu10k1/emu10k1_synth.c | |||
@@ -62,7 +62,6 @@ static int snd_emu10k1_synth_new_device(struct snd_seq_device *dev) | |||
62 | 62 | ||
63 | if (snd_emux_register(emu, dev->card, arg->index, "Emu10k1") < 0) { | 63 | if (snd_emux_register(emu, dev->card, arg->index, "Emu10k1") < 0) { |
64 | snd_emux_free(emu); | 64 | snd_emux_free(emu); |
65 | emu->hw = NULL; | ||
66 | return -ENOMEM; | 65 | return -ENOMEM; |
67 | } | 66 | } |
68 | 67 | ||