Re: [PATCH v2 1/2] mtd: nand: atmel_nand: constify atmel_nand_caps structures

2015-11-20 Thread Brian Norris
On Fri, Nov 20, 2015 at 04:28:10PM +0800, Josh Wu wrote: > Hi, Corentin > > Thanks for the patch. > > On 11/20/2015 3:45 PM, LABBE Corentin wrote: > >All atmel_nand_caps are never modified, consitify them. > > > >Signed-off-by: LABBE Corentin > > Acked-by: Josh Wu Pushed patch 1 to

Re: [PATCH v2 1/2] mtd: nand: atmel_nand: constify atmel_nand_caps structures

2015-11-20 Thread Josh Wu
Hi, Corentin Thanks for the patch. On 11/20/2015 3:45 PM, LABBE Corentin wrote: All atmel_nand_caps are never modified, consitify them. Signed-off-by: LABBE Corentin Acked-by: Josh Wu Best Regards, Josh Wu --- drivers/mtd/nand/atmel_nand.c | 6 +++--- 1 file changed, 3 insertions(+),

Re: [PATCH v2 1/2] mtd: nand: atmel_nand: constify atmel_nand_caps structures

2015-11-20 Thread Brian Norris
On Fri, Nov 20, 2015 at 04:28:10PM +0800, Josh Wu wrote: > Hi, Corentin > > Thanks for the patch. > > On 11/20/2015 3:45 PM, LABBE Corentin wrote: > >All atmel_nand_caps are never modified, consitify them. > > > >Signed-off-by: LABBE Corentin > > Acked-by: Josh Wu

Re: [PATCH v2 1/2] mtd: nand: atmel_nand: constify atmel_nand_caps structures

2015-11-20 Thread Josh Wu
Hi, Corentin Thanks for the patch. On 11/20/2015 3:45 PM, LABBE Corentin wrote: All atmel_nand_caps are never modified, consitify them. Signed-off-by: LABBE Corentin Acked-by: Josh Wu Best Regards, Josh Wu --- drivers/mtd/nand/atmel_nand.c

[PATCH v2 1/2] mtd: nand: atmel_nand: constify atmel_nand_caps structures

2015-11-19 Thread LABBE Corentin
All atmel_nand_caps are never modified, consitify them. Signed-off-by: LABBE Corentin --- drivers/mtd/nand/atmel_nand.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index 583cdd9..475c938 100644 ---

[PATCH v2 1/2] mtd: nand: atmel_nand: constify atmel_nand_caps structures

2015-11-19 Thread LABBE Corentin
All atmel_nand_caps are never modified, consitify them. Signed-off-by: LABBE Corentin --- drivers/mtd/nand/atmel_nand.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index