diff options
Diffstat (limited to 'sound/synth')
-rw-r--r-- | sound/synth/emux/emux_proc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/synth/emux/emux_proc.c b/sound/synth/emux/emux_proc.c index 58b9601f3ad0..59144ec026e4 100644 --- a/sound/synth/emux/emux_proc.c +++ b/sound/synth/emux/emux_proc.c | |||
@@ -128,10 +128,8 @@ void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device) | |||
128 | 128 | ||
129 | void snd_emux_proc_free(struct snd_emux *emu) | 129 | void snd_emux_proc_free(struct snd_emux *emu) |
130 | { | 130 | { |
131 | if (emu->proc) { | 131 | snd_info_free_entry(emu->proc); |
132 | snd_info_unregister(emu->proc); | 132 | emu->proc = NULL; |
133 | emu->proc = NULL; | ||
134 | } | ||
135 | } | 133 | } |
136 | 134 | ||
137 | #endif /* CONFIG_PROC_FS */ | 135 | #endif /* CONFIG_PROC_FS */ |