All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Roger Quadros <rogerq@ti.com>
Cc: ezequiel@vanguardiasur.com.ar, linux-omap@vger.kernel.org,
	pekon@pek-sem.com
Subject: Re: [PATCH] ARM: OMAP2+: gpmc: Get rid of "ti,elm-id not found" warning
Date: Mon, 10 Nov 2014 09:00:57 -0800	[thread overview]
Message-ID: <20141110170056.GJ31454@atomide.com> (raw)
In-Reply-To: <1415363219-25644-1-git-send-email-rogerq@ti.com>

* Roger Quadros <rogerq@ti.com> [141107 04:28]:
> OMAP3 and lower SoCs don't have the ELM module so this warning
> is annoying. Get rid of it.
> 
> Reported-by: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
>  arch/arm/mach-omap2/gpmc.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
> index 104bc2c..2334235 100644
> --- a/arch/arm/mach-omap2/gpmc.c
> +++ b/arch/arm/mach-omap2/gpmc.c
> @@ -1394,8 +1394,6 @@ static int gpmc_probe_nand_child(struct platform_device *pdev,
>  	if (gpmc_nand_data->elm_of_node == NULL)
>  		gpmc_nand_data->elm_of_node =
>  					of_parse_phandle(child, "elm_id", 0);
> -	if (gpmc_nand_data->elm_of_node == NULL)
> -		pr_warn("%s: ti,elm-id property not found\n", __func__);
>  
>  	/* select ecc-scheme for NAND */
>  	if (of_property_read_string(child, "ti,nand-ecc-opt", &s)) {

I'll apply this into omap-for-v3.19/fixes-not-urgent as that's where
the various error and warning message fixes are.

Thanks,

Tony

      reply	other threads:[~2014-11-10 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-07 12:26 [PATCH] ARM: OMAP2+: gpmc: Get rid of "ti,elm-id not found" warning Roger Quadros
2014-11-10 17:00 ` Tony Lindgren [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=20141110170056.GJ31454@atomide.com \
    --to=tony@atomide.com \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=linux-omap@vger.kernel.org \
    --cc=pekon@pek-sem.com \
    --cc=rogerq@ti.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.