From: Olli Salonen Date: Sat, 21 Feb 2015 21:45:26 +0000 (-0300) Subject: [media] saa7164: free_irq before pci_disable_device X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~294 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f845f3c4cf4212bb4cbc8c06344d095cbb16bdd;p=pandora-kernel.git [media] saa7164: free_irq before pci_disable_device Free the IRQ before disabling the device. Otherwise errors like this when unloading the module: [21135.458560] ------------[ cut here ]------------ [21135.458569] WARNING: CPU: 4 PID: 1696 at /home/apw/COD/linux/fs/proc/generic.c:521 remove_proc_entry+0x1a1/0x1b0() [21135.458572] remove_proc_entry: removing non-empty directory 'irq/47', leaking at least 'saa7164[0]' Signed-off-by: Olli Salonen Reviewed-by: Steven Toth Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed