git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9450684
)
[media] bttv: fix missing irq after reloading driver
author
Hans Verkuil
<hverkuil@xs4all.nl>
Fri, 3 Apr 2015 11:13:14 +0000
(08:13 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Fri, 1 May 2015 09:59:54 +0000
(06:59 -0300)
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>
drivers/media/pci/bt8xx/bttv-driver.c
patch
|
blob
|
history
diff --cc
drivers/media/pci/bt8xx/bttv-driver.c
Simple merge