All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message
@ 2019-04-01 14:49 Miquel Raynal
  2019-04-01 14:53 ` Tudor.Ambarus
  2019-04-18 16:12 ` Miquel Raynal
  0 siblings, 2 replies; 3+ messages in thread
From: Miquel Raynal @ 2019-04-01 14:49 UTC (permalink / raw)
  To: Boris Brezillon, Richard Weinberger, David Woodhouse,
	Brian Norris, Marek Vasut, Tudor Ambarus
  Cc: linux-mtd, Miquel Raynal

Wrong copy/paste from the previous block, the error message should
refer to #size-cells instead of #address-cells.

Fixes: f88fc122cc34 ("mtd: nand: Cleanup/rework the atmel_nand driver")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 drivers/mtd/nand/raw/atmel/nand-controller.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/atmel/nand-controller.c b/drivers/mtd/nand/raw/atmel/nand-controller.c
index 5781fcf6b76c..3ec421ac44e2 100644
--- a/drivers/mtd/nand/raw/atmel/nand-controller.c
+++ b/drivers/mtd/nand/raw/atmel/nand-controller.c
@@ -1797,7 +1797,7 @@ static int atmel_nand_controller_add_nands(struct atmel_nand_controller *nc)
 
 	ret = of_property_read_u32(np, "#size-cells", &val);
 	if (ret) {
-		dev_err(dev, "missing #address-cells property\n");
+		dev_err(dev, "missing #size-cells property\n");
 		return ret;
 	}
 
-- 
2.19.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message
  2019-04-01 14:49 [PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message Miquel Raynal
@ 2019-04-01 14:53 ` Tudor.Ambarus
  2019-04-18 16:12 ` Miquel Raynal
  1 sibling, 0 replies; 3+ messages in thread
From: Tudor.Ambarus @ 2019-04-01 14:53 UTC (permalink / raw)
  To: miquel.raynal, boris.brezillon, richard, dwmw2,
	computersforpeace, marek.vasut
  Cc: linux-mtd



On 04/01/2019 05:49 PM, Miquel Raynal wrote:
> External E-Mail
> 
> 
> Wrong copy/paste from the previous block, the error message should
> refer to #size-cells instead of #address-cells.
> 
> Fixes: f88fc122cc34 ("mtd: nand: Cleanup/rework the atmel_nand driver")
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>

> ---
>  drivers/mtd/nand/raw/atmel/nand-controller.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/raw/atmel/nand-controller.c b/drivers/mtd/nand/raw/atmel/nand-controller.c
> index 5781fcf6b76c..3ec421ac44e2 100644
> --- a/drivers/mtd/nand/raw/atmel/nand-controller.c
> +++ b/drivers/mtd/nand/raw/atmel/nand-controller.c
> @@ -1797,7 +1797,7 @@ static int atmel_nand_controller_add_nands(struct atmel_nand_controller *nc)
>  
>  	ret = of_property_read_u32(np, "#size-cells", &val);
>  	if (ret) {
> -		dev_err(dev, "missing #address-cells property\n");
> +		dev_err(dev, "missing #size-cells property\n");
>  		return ret;
>  	}
>  
> 
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message
  2019-04-01 14:49 [PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message Miquel Raynal
  2019-04-01 14:53 ` Tudor.Ambarus
@ 2019-04-18 16:12 ` Miquel Raynal
  1 sibling, 0 replies; 3+ messages in thread
From: Miquel Raynal @ 2019-04-18 16:12 UTC (permalink / raw)
  To: Boris Brezillon, Richard Weinberger, David Woodhouse,
	Brian Norris, Marek Vasut, Tudor Ambarus
  Cc: linux-mtd

Hello,

Miquel Raynal <miquel.raynal@bootlin.com> wrote on Mon,  1 Apr 2019
16:49:01 +0200:

> Wrong copy/paste from the previous block, the error message should
> refer to #size-cells instead of #address-cells.
> 
> Fixes: f88fc122cc34 ("mtd: nand: Cleanup/rework the atmel_nand driver")
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---

Applied to 
https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git 
branch nand/next.

Thanks,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2019-04-18 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01 14:49 [PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message Miquel Raynal
2019-04-01 14:53 ` Tudor.Ambarus
2019-04-18 16:12 ` Miquel Raynal

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.