diff options
author | Christophe Kerello <christophe.kerello@st.com> | 2020-07-21 11:52:07 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2020-09-30 16:44:15 +0200 |
commit | ab16f54ef3cdb6bbc06a36f636a89e6db8a6cea3 (patch) | |
tree | 623656073b6a98795121f0e55294e223f1634982 /drivers/mtd/nand/spi | |
parent | 4bc0224323994555010fbb9de4408618d24b5811 (diff) |
mtd: rawnand: stm32_fmc2: fix a buffer overflow
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.kerello@st.com>
Fixes: 2cd457f328c1 ("mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/1595325127-32693-1-git-send-email-christophe.kerello@st.com
Diffstat (limited to 'drivers/mtd/nand/spi')
0 files changed, 0 insertions, 0 deletions