linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] MTD: atmel_nand: POI fall back is not an issue: change log level
Date: Wed, 12 Feb 2014 12:42:00 +0100	[thread overview]
Message-ID: <20140212114200.GA11498@piout.net> (raw)
In-Reply-To: <1392204414-20700-1-git-send-email-nicolas.ferre@atmel.com>

Small nitpick, subject should read PIO, not POI.

On 12/02/2014 at 12:26:54 +0100, Nicolas Ferre wrote :
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>  drivers/mtd/nand/atmel_nand.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
> index c36e9b84487c..8d210f8a072d 100644
> --- a/drivers/mtd/nand/atmel_nand.c
> +++ b/drivers/mtd/nand/atmel_nand.c
> @@ -430,7 +430,7 @@ err_dma:
>  	dma_unmap_single(dma_dev->dev, phys_addr, len, dir);
>  err_buf:
>  	if (err != 0)
> -		dev_warn(host->dev, "Fall back to CPU I/O\n");
> +		dev_dbg(host->dev, "Fall back to CPU I/O\n");
>  	return err;
>  }
>  
> -- 
> 1.8.2.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-02-12 11:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-12 11:26 [PATCH] MTD: atmel_nand: POI fall back is not an issue: change log level Nicolas Ferre
2014-02-12 11:42 ` Alexandre Belloni [this message]
2014-02-23  2:26   ` 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=20140212114200.GA11498@piout.net \
    --to=alexandre.belloni@free-electrons.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 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).