X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sound%2Fcore%2Fhwdep.c;h=cbd8a63282b69bda289068b5717714094d018e4e;hb=746d4a02e68499fc6c1f8d0c43d2271853ade181;hp=8bd0dcc93eba98f787664085bf9734f2ed89f05d;hpb=dbe1ab9514c231c9b062140a107d9dea0eabefcc;p=deliverable%2Flinux.git diff --git a/sound/core/hwdep.c b/sound/core/hwdep.c index 8bd0dcc93eba..cbd8a63282b6 100644 --- a/sound/core/hwdep.c +++ b/sound/core/hwdep.c @@ -497,7 +497,7 @@ static void __init snd_hwdep_proc_init(void) static void __exit snd_hwdep_proc_done(void) { - snd_info_unregister(snd_hwdep_proc_entry); + snd_info_free_entry(snd_hwdep_proc_entry); } #else /* !CONFIG_PROC_FS */ #define snd_hwdep_proc_init()