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. > > Signed-off-by: Christophe Kerello <christophe.kere...@st.com> > Fixes: 2cd457f328c1 ("mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash > controller driver")
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel