Re: [PATCH 01/11] mtd: rawnand: stm32_fmc2: fix a buffer overflow

2020-08-13 Thread Patrice CHOTARD
On 8/13/20 9:27 AM, Patrice CHOTARD wrote: > Hi Christpohe > > On 7/31/20 9:53 AM, Christophe Kerello wrote: >> The chip select defined in the device tree could only be 0 or 1. >> >> Signed-off-by: Christophe Kerello >> --- >> >> drivers/mtd/nand/raw/stm32_fmc2_nand.c | 2 +- >> 1 file changed,

Re: [PATCH 01/11] mtd: rawnand: stm32_fmc2: fix a buffer overflow

2020-08-13 Thread Patrice CHOTARD
Hi Christpohe On 7/31/20 9:53 AM, Christophe Kerello wrote: > The chip select defined in the device tree could only be 0 or 1. > > Signed-off-by: Christophe Kerello > --- > > drivers/mtd/nand/raw/stm32_fmc2_nand.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/m