From: Michael Opdenacker <michael.opdenacker@free-electrons.com>
To: dwmw2@infradead.org, computersforpeace@gmail.com
Cc: Michael Opdenacker <michael.opdenacker@free-electrons.com>,
wangzhou1@hisilicon.com, linux-mtd@lists.infradead.org,
linux-kernel@vger.kernel.org, dan.carpenter@oracle.com
Subject: [PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED
Date: Thu, 26 Mar 2015 18:39:53 -0700 [thread overview]
Message-ID: <1427420393-28723-1-git-send-email-michael.opdenacker@free-electrons.com> (raw)
This removes the use of the IRQF_DISABLED flag
from drivers/mtd/nand/hisi504_nand.c
It's a NOOP since 2.6.35.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
drivers/mtd/nand/hisi504_nand.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/hisi504_nand.c b/drivers/mtd/nand/hisi504_nand.c
index 289ad3ac3e80..e39482441430 100644
--- a/drivers/mtd/nand/hisi504_nand.c
+++ b/drivers/mtd/nand/hisi504_nand.c
@@ -758,7 +758,7 @@ static int hisi_nfc_probe(struct platform_device *pdev)
hisi_nfc_host_init(host);
- ret = devm_request_irq(dev, irq, hinfc_irq_handle, IRQF_DISABLED,
+ ret = devm_request_irq(dev, irq, hinfc_irq_handle, 0,
"nandc", host);
if (ret) {
dev_err(dev, "failed to request IRQ\n");
--
2.1.0
next reply other threads:[~2015-03-27 1:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 1:39 Michael Opdenacker [this message]
2015-03-31 3:04 ` [PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED Brian Norris
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=1427420393-28723-1-git-send-email-michael.opdenacker@free-electrons.com \
--to=michael.opdenacker@free-electrons.com \
--cc=computersforpeace@gmail.com \
--cc=dan.carpenter@oracle.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=wangzhou1@hisilicon.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