linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MTD: atmel_nand: POI fall back is not an issue: change log level
@ 2014-02-12 11:26 Nicolas Ferre
  2014-02-12 11:42 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Ferre @ 2014-02-12 11:26 UTC (permalink / raw)
  To: linux-arm-kernel, linux-mtd, Josh Wu
  Cc: computersforpeace, dedekind1, linux-kernel, Nicolas Ferre

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MTD: atmel_nand: POI fall back is not an issue: change log level
  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
  2014-02-23  2:26   ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2014-02-12 11:42 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: linux-arm-kernel, linux-mtd, Josh Wu, computersforpeace,
	linux-kernel, dedekind1

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@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MTD: atmel_nand: POI fall back is not an issue: change log level
  2014-02-12 11:42 ` Alexandre Belloni
@ 2014-02-23  2:26   ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2014-02-23  2:26 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Nicolas Ferre, linux-arm-kernel, linux-mtd, Josh Wu, linux-kernel,
	dedekind1

On Wed, Feb 12, 2014 at 12:42:00PM +0100, Alexandre Belloni wrote:
> Small nitpick, subject should read PIO, not POI.

Amended the commit message and pushed to l2-mtd.git. Thanks!

Brian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-23  2:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-02-23  2:26   ` Brian Norris

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).