All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hans J. Koch" <hjk@linutronix.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: John Ogness <john.ogness@linutronix.de>, Greg KH <gregkh@suse.de>
Subject: [PATCH 2/3] uio: Remove IRQF_DISABLED from uio_sercos3.c
Date: Thu, 10 Jun 2010 01:15:49 +0200	[thread overview]
Message-ID: <20100609231549.GD2555@local> (raw)
In-Reply-To: <20100609230841.GB2555@local>

Remove IRQF_DISABLED since it is deprecated and a no-op in the
current kernel.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>
---
 drivers/uio/uio_sercos3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/uio/uio_sercos3.c b/drivers/uio/uio_sercos3.c
index 3d461cd..a187fa1 100644
--- a/drivers/uio/uio_sercos3.c
+++ b/drivers/uio/uio_sercos3.c
@@ -154,7 +154,7 @@ static int __devinit sercos3_pci_probe(struct pci_dev *dev,
 	info->name = "Sercos_III_PCI";
 	info->version = "0.0.1";
 	info->irq = dev->irq;
-	info->irq_flags = IRQF_DISABLED | IRQF_SHARED;
+	info->irq_flags = IRQF_SHARED;
 	info->handler = sercos3_handler;
 	info->irqcontrol = sercos3_irqcontrol;
 
-- 
1.7.0


  parent reply	other threads:[~2010-06-09 23:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-09 23:08 [PATCH 0/3] uio: Remove IRQF_DISABLED flag from Userspace IO drivers Hans J. Koch
2010-06-09 23:12 ` [PATCH 1/3] uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c Hans J. Koch
2010-06-09 23:15 ` Hans J. Koch [this message]
2010-06-10 15:14   ` [PATCH 2/3] uio: Remove IRQF_DISABLED from uio_sercos3.c John Ogness
2010-06-09 23:18 ` [PATCH 3/3] uio: Remove IRQF_DISABLED flag from uio_cif.c Hans J. Koch

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=20100609231549.GD2555@local \
    --to=hjk@linutronix.de \
    --cc=gregkh@suse.de \
    --cc=john.ogness@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.