linux-stable/drivers/mtd/spi-nor
Muhammad Usama Anjum 2842dc9bc1 mtd: spi-nor: core: correct type of i
The i should be signed to find out the end of the loop. Otherwise,
i >= 0 is always true and loop becomes infinite. Make its type to be
int.

Fixes: 6a9eda3441 ("mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase map")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240304090103.818092-1-usama.anjum@collabora.com
2024-03-13 23:22:19 +01:00
..
controllers mtd: spi-nor: nxp-spifi: Convert to platform remove callback returning void 2023-10-16 10:56:48 +02:00
Kconfig mtd: spi-nor: keep lock bits if they are non-volatile 2020-12-07 23:01:15 +05:30
Makefile mtd: spi-nor: remove Fujitsu MB85RS1MT support 2023-09-19 18:49:15 +03:00
atmel.c mtd: spi-nor: use kernel sized types instead of c99 types 2023-11-15 08:07:04 +02:00
core.c mtd: spi-nor: core: correct type of i 2024-03-13 23:22:19 +01:00
core.h mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flag 2024-02-26 13:28:15 +02:00
debugfs.c mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flag 2024-02-26 13:28:15 +02:00
eon.c mtd: spi-nor: eon: sort flash_info database 2023-09-19 18:59:21 +03:00
esmt.c mtd: spi-nor: esmt: convert flash_info to new format 2023-09-19 18:57:50 +03:00
everspin.c mtd: spi-nor: everspin: convert flash_info to new format 2023-09-19 18:59:12 +03:00
gigadevice.c mtd: spi-nor: gigadevice: sort flash_info database 2023-09-19 18:59:21 +03:00
intel.c mtd: spi-nor: intel: convert flash_info to new format 2023-09-19 18:59:19 +03:00
issi.c mtd: spi-nor: issi: sort flash_info database 2023-09-19 18:59:21 +03:00
macronix.c mtd: spi-nor: macronix: sort flash_info database 2023-09-19 18:59:21 +03:00
micron-st.c mtd: spi-nor: micron-st: Add support for mt25qu01g 2023-12-06 11:25:17 +02:00
otp.c mtd: spi-nor: Reorder the preparation vs. locking steps 2023-03-29 13:46:07 +03:00
sfdp.c mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flag 2024-02-26 13:28:15 +02:00
sfdp.h mtd: spi-nor: sfdp: get the 1-1-8 and 1-8-8 protocol from SFDP 2023-12-20 10:44:00 +02:00
spansion.c mtd: spi-nor: spansion: enable die erase for multi die flashes 2023-12-06 11:25:07 +02:00
sst.c mtd: spi-nor: use kernel sized types instead of c99 types 2023-11-15 08:07:04 +02:00
swp.c mtd: spi-nor: use kernel sized types instead of c99 types 2023-11-15 08:07:04 +02:00
sysfs.c mtd: spi-nor: sysfs: hide the flash name if not set 2023-12-19 05:08:23 +02:00
winbond.c mtd: spi-nor: winbond: sort flash_info entries 2023-09-19 18:59:22 +03:00
xilinx.c mtd: spi-nor: xilinx: use new macros in S3AN_INFO() 2023-09-19 18:59:20 +03:00
xmc.c mtd: spi-nor: xmc: convert flash_info to new format 2023-09-19 18:59:20 +03:00