]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fm801: explicitly free IRQ line
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Dec 2015 19:14:10 +0000 (21:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 20 Dec 2015 21:31:53 +0000 (22:31 +0100)
commit4081e96c45a712e75f11627395a7520832dddd49
tree15f6a1b32150c3040a561d27320d01cb9259837a
parent999a32990d45b3907d8fa24051b0770f71c5ae7d
ALSA: fm801: explicitly free IRQ line

Otherwise we will have a warning on ->remove() since device is a PCI one.

WARNING: CPU: 4 PID: 1411 at /home/andy/prj/linux/fs/proc/generic.c:575 remove_proc_entry+0x137/0x160()
remove_proc_entry: removing non-empty directory 'irq/21', leaking at least 'snd_fm801'

Fixes: cfef1affed60 (ALSA: fm801: move to pcim_* and devm_* functions)
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/fm801.c