From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] dma: coh901318: remove deprecated IRQF_DISABLED
Date: Sun, 13 Oct 2013 20:23:06 +0530 [thread overview]
Message-ID: <20131013145306.GG2954@intel.com> (raw)
In-Reply-To: <1381640400-7146-1-git-send-email-michael.opdenacker@free-electrons.com>
On Sun, Oct 13, 2013 at 07:00:00AM +0200, Michael Opdenacker wrote:
> This patch proposes to remove the use of the IRQF_DISABLED flag
>
> It's a NOOP since 2.6.35 and it will be removed one day.
Applied, thanks
~Vinod
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
> drivers/dma/coh901318.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c
> index 31011d2..3025b91 100644
> --- a/drivers/dma/coh901318.c
> +++ b/drivers/dma/coh901318.c
> @@ -2694,7 +2694,7 @@ static int __init coh901318_probe(struct platform_device *pdev)
> if (irq < 0)
> return irq;
>
> - err = devm_request_irq(&pdev->dev, irq, dma_irq_handler, IRQF_DISABLED,
> + err = devm_request_irq(&pdev->dev, irq, dma_irq_handler, 0,
> "coh901318", base);
> if (err)
> return err;
> --
> 1.8.1.2
>
--
WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: linus.walleij@linaro.org, dan.j.williams@intel.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dma: coh901318: remove deprecated IRQF_DISABLED
Date: Sun, 13 Oct 2013 20:23:06 +0530 [thread overview]
Message-ID: <20131013145306.GG2954@intel.com> (raw)
In-Reply-To: <1381640400-7146-1-git-send-email-michael.opdenacker@free-electrons.com>
On Sun, Oct 13, 2013 at 07:00:00AM +0200, Michael Opdenacker wrote:
> This patch proposes to remove the use of the IRQF_DISABLED flag
>
> It's a NOOP since 2.6.35 and it will be removed one day.
Applied, thanks
~Vinod
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
> drivers/dma/coh901318.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c
> index 31011d2..3025b91 100644
> --- a/drivers/dma/coh901318.c
> +++ b/drivers/dma/coh901318.c
> @@ -2694,7 +2694,7 @@ static int __init coh901318_probe(struct platform_device *pdev)
> if (irq < 0)
> return irq;
>
> - err = devm_request_irq(&pdev->dev, irq, dma_irq_handler, IRQF_DISABLED,
> + err = devm_request_irq(&pdev->dev, irq, dma_irq_handler, 0,
> "coh901318", base);
> if (err)
> return err;
> --
> 1.8.1.2
>
--
next prev parent reply other threads:[~2013-10-13 14:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-13 5:00 [PATCH] dma: coh901318: remove deprecated IRQF_DISABLED Michael Opdenacker
2013-10-13 5:00 ` Michael Opdenacker
2013-10-13 14:53 ` Vinod Koul [this message]
2013-10-13 14:53 ` Vinod Koul
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=20131013145306.GG2954@intel.com \
--to=vinod.koul@intel.com \
--cc=linux-arm-kernel@lists.infradead.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.