From: "Hans J. Koch" <hjk@linutronix.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>, Greg KH <gregkh@suse.de>
Subject: [PATCH 1/3] uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c
Date: Thu, 10 Jun 2010 01:12:32 +0200 [thread overview]
Message-ID: <20100609231232.GC2555@local> (raw)
In-Reply-To: <20100609230841.GB2555@local>
Remove IRQF_DISABLED flag since it is deprecated and a no-op in the
current kernel.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
---
drivers/uio/uio_pdrv_genirq.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c
index 61e569d..7174d51 100644
--- a/drivers/uio/uio_pdrv_genirq.c
+++ b/drivers/uio/uio_pdrv_genirq.c
@@ -155,7 +155,6 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev)
* Interrupt sharing is not supported.
*/
- uioinfo->irq_flags |= IRQF_DISABLED;
uioinfo->handler = uio_pdrv_genirq_handler;
uioinfo->irqcontrol = uio_pdrv_genirq_irqcontrol;
uioinfo->open = uio_pdrv_genirq_open;
--
1.7.0
next prev parent reply other threads:[~2010-06-09 23:12 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 ` Hans J. Koch [this message]
2010-06-09 23:15 ` [PATCH 2/3] uio: Remove IRQF_DISABLED from uio_sercos3.c Hans J. Koch
2010-06-10 15:14 ` 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=20100609231232.GC2555@local \
--to=hjk@linutronix.de \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=magnus.damm@gmail.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 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.