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

2020-09-07 Thread Miquel Raynal
On Tue, 2020-07-21 at 09:52:07 UTC, Christophe Kerello wrote: > This patch solves following static checker warning: > drivers/mtd/nand/raw/stm32_fmc2_nand.c:350 stm32_fmc2_nfc_select_chip() > error: buffer overflow 'nfc->data_phys_addr' 2 <= 2 > > The CS value can only be 0 or 1. > >

[PATCH] mtd: rawnand: stm32_fmc2: fix a buffer overflow

2020-07-21 Thread Christophe Kerello
This patch solves following static checker warning: drivers/mtd/nand/raw/stm32_fmc2_nand.c:350 stm32_fmc2_nfc_select_chip() error: buffer overflow 'nfc->data_phys_addr' 2 <= 2 The CS value can only be 0 or 1. Signed-off-by: Christophe Kerello Fixes: 2cd457f328c1 ("mtd: rawnand: stm32_fmc2: add