summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88-video.c
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-10-13 02:49:29 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-10-17 06:08:31 -0300
commit3e018fe4409eae6fb36b882cb0dfb39859b7c237 (patch)
treee07d654d3c303375afbe70d7432c7f0e087317ab /drivers/media/pci/cx88/cx88-video.c
parent9a373d17cc4555322a9044e5ca1ba8744ce273dd (diff)
downloadlinux-stable-3e018fe4409eae6fb36b882cb0dfb39859b7c237.tar.gz
linux-stable-3e018fe4409eae6fb36b882cb0dfb39859b7c237.tar.bz2
linux-stable-3e018fe4409eae6fb36b882cb0dfb39859b7c237.zip
[media] misc drivers: remove deprecated IRQF_DISABLED
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/cx88/cx88-video.c')
-rw-r--r--drivers/media/pci/cx88/cx88-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx88/cx88-video.c b/drivers/media/pci/cx88/cx88-video.c
index 1aed764a35dd..ed8cb9037b6f 100644
--- a/drivers/media/pci/cx88/cx88-video.c
+++ b/drivers/media/pci/cx88/cx88-video.c
@@ -1738,7 +1738,7 @@ static int cx8800_initdev(struct pci_dev *pci_dev,
/* get irq */
err = request_irq(pci_dev->irq, cx8800_irq,
- IRQF_SHARED | IRQF_DISABLED, core->name, dev);
+ IRQF_SHARED, core->name, dev);
if (err < 0) {
printk(KERN_ERR "%s/0: can't get IRQ %d\n",
core->name,pci_dev->irq);