From: Brian Norris <computersforpeace@gmail.com>
To: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: linux-kernel@vger.kernel.org, wangzhou1@hisilicon.com,
linux-mtd@lists.infradead.org, dwmw2@infradead.org,
Ingo Molnar <mingo@kernel.org>,
dan.carpenter@oracle.com,
Valentin Rothberg <valentinrothberg@gmail.com>
Subject: Re: [PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED
Date: Mon, 30 Mar 2015 20:04:25 -0700 [thread overview]
Message-ID: <20150331030425.GU32500@ld-irv-0074> (raw)
In-Reply-To: <1427420393-28723-1-git-send-email-michael.opdenacker@free-electrons.com>
On Thu, Mar 26, 2015 at 06:39:53PM -0700, Michael Opdenacker wrote:
> 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");
linux-next has this:
commit d8bf368d0631d4bc2612d8bf2e4e8e74e620d0cc
Author: Valentin Rothberg <valentinrothberg@gmail.com>
Date: Thu Mar 5 15:23:08 2015 +0100
genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely
Thanks,
Brian
prev parent reply other threads:[~2015-03-31 3:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 1:39 [PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED Michael Opdenacker
2015-03-31 3:04 ` Brian Norris [this message]
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=20150331030425.GU32500@ld-irv-0074 \
--to=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=michael.opdenacker@free-electrons.com \
--cc=mingo@kernel.org \
--cc=valentinrothberg@gmail.com \
--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