From: Hans Verkuil Date: Fri, 3 Apr 2015 11:13:14 +0000 (-0300) Subject: [media] bttv: fix missing irq after reloading driver X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de73e1321c263aa6760ca79b99af2600c9b4ac32;p=pandora-kernel.git [media] bttv: fix missing irq after reloading driver If pci_disable_device() isn't called when the driver is removed, then the next time when it is loaded the irq isn't found. I'm pretty sure this used to work in the past, but calling pci_disable_device() is clearly the correct method and this makes it work again. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed