linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Raghav Dogra <raghav@freescale.com>
Cc: linux-mtd@lists.infradead.org, scottwood@freescale.com,
	prabhakar@freescale.com
Subject: Re: [PATCH 1/3] driver/memory: Removal of deprecated NO_IRQ
Date: Mon, 1 Feb 2016 10:45:31 -0800	[thread overview]
Message-ID: <20160201184531.GI19540@google.com> (raw)
In-Reply-To: <1450262491-5135-1-git-send-email-raghav@freescale.com>

On Wed, Dec 16, 2015 at 04:11:31PM +0530, Raghav Dogra wrote:
> Replacing the NO_IRQ macro with 0. If there is no interrupt,
> returned value will be 0 regardless of what NO_IRQ is defined.
> 
> Signed-off-by: Raghav Dogra <raghav@freescale.com>
> ---
>  drivers/memory/fsl_ifc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/memory/fsl_ifc.c b/drivers/memory/fsl_ifc.c
> index e87459f..8436c59 100644
> --- a/drivers/memory/fsl_ifc.c
> +++ b/drivers/memory/fsl_ifc.c
> @@ -259,7 +259,7 @@ static int fsl_ifc_ctrl_probe(struct platform_device *dev)
>  
>  	/* get the Controller level irq */
>  	fsl_ifc_ctrl_dev->irq = irq_of_parse_and_map(dev->dev.of_node, 0);
> -	if (fsl_ifc_ctrl_dev->irq == NO_IRQ) {
> +	if (fsl_ifc_ctrl_dev->irq == 0) {
>  		dev_err(&dev->dev, "failed to get irq resource "
>  							"for IFC\n");
>  		ret = -ENODEV;

Applied this one to l2-mtd.git, as it seems obvious.

      reply	other threads:[~2016-02-01 18:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-16 10:41 [PATCH 1/3] driver/memory: Removal of deprecated NO_IRQ Raghav Dogra
2016-02-01 18:45 ` 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=20160201184531.GI19540@google.com \
    --to=computersforpeace@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=prabhakar@freescale.com \
    --cc=raghav@freescale.com \
    --cc=scottwood@freescale.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;
as well as URLs for NNTP newsgroup(s).