linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabian Frederick <fabf@skynet.be>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Fabian Frederick <fabf@skynet.be>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Mauro Carvalho Chehab <m.chehab@samsung.com>,
	linux-media@vger.kernel.org
Subject: [PATCH 3/7 linux-next] tw68: remove deprecated IRQF_DISABLED
Date: Mon,  6 Oct 2014 17:35:50 +0200	[thread overview]
Message-ID: <1412609755-28627-4-git-send-email-fabf@skynet.be> (raw)
In-Reply-To: <1412609755-28627-1-git-send-email-fabf@skynet.be>

See include/linux/interrupt.h:
"This flag is a NOOP and scheduled to be removed"

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 drivers/media/pci/tw68/tw68-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/tw68/tw68-core.c b/drivers/media/pci/tw68/tw68-core.c
index a6fb48c..63f0b64 100644
--- a/drivers/media/pci/tw68/tw68-core.c
+++ b/drivers/media/pci/tw68/tw68-core.c
@@ -306,7 +306,7 @@ static int tw68_initdev(struct pci_dev *pci_dev,
 
 	/* get irq */
 	err = devm_request_irq(&pci_dev->dev, pci_dev->irq, tw68_irq,
-			  IRQF_SHARED | IRQF_DISABLED, dev->name, dev);
+			  IRQF_SHARED, dev->name, dev);
 	if (err < 0) {
 		pr_err("%s: can't get IRQ %d\n",
 		       dev->name, pci_dev->irq);
-- 
1.9.3


  parent reply	other threads:[~2014-10-06 15:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06 15:35 [PATCH 0/7 linux-next] drivers: remove deprecated IRQF_DISABLED Fabian Frederick
2014-10-06 15:35 ` [PATCH 1/7 linux-next] mv64x60_edac: " Fabian Frederick
2014-10-06 15:35 ` [PATCH 2/7 linux-next] ppc4xx_edac: " Fabian Frederick
2014-10-06 15:35 ` Fabian Frederick [this message]
2014-10-06 15:35 ` [PATCH 4/7 linux-next] cpqarray: " Fabian Frederick
2014-10-06 19:19   ` Elliott, Robert (Server Storage)
2014-10-06 15:35 ` [PATCH 5/7 linux-next] HSI: " Fabian Frederick
2014-10-07  0:59   ` Sebastian Reichel
2014-10-06 15:35 ` [PATCH 6/7 linux-next] bus: omap_l3_noc: " Fabian Frederick
2014-10-06 15:35 ` [PATCH 7/7 linux-next] bus: omap_l3_smx: " Fabian Frederick
2014-10-06 17:40 ` [PATCH 0/7 linux-next] drivers: " Borislav Petkov
2014-10-06 18:33   ` Fabian Frederick
2014-10-06 18:46     ` Borislav Petkov
2014-10-06 19:23       ` Fabian Frederick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1412609755-28627-4-git-send-email-fabf@skynet.be \
    --to=fabf@skynet.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).