commit | de73e1321c263aa6760ca79b99af2600c9b4ac32 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Fri Apr 03 08:13:14 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri May 01 06:59:54 2015 -0300 |
tree | 058fb56fafbcf75464b00ac97e6c9e9197558288 | |
parent | 9450684b7439202f62a37183104b31d884ff0de3 [diff] |
[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 <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>