diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2024-03-04 14:01:03 +0500 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-03-13 23:22:19 +0100 |
commit | 2842dc9bc1a53893eec62ec9e49beb3b501702d0 (patch) | |
tree | 82d04b0a6c25c14f85f18aa1a38dc471022914d2 /include/linux/mtd | |
parent | 8c8d25d95990ea4660889867469ec8713c5dc0fd (diff) | |
download | linux-2842dc9bc1a53893eec62ec9e49beb3b501702d0.tar.gz linux-2842dc9bc1a53893eec62ec9e49beb3b501702d0.tar.bz2 linux-2842dc9bc1a53893eec62ec9e49beb3b501702d0.zip |
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: 6a9eda34418f ("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
Diffstat (limited to 'include/linux/mtd')
0 files changed, 0 insertions, 0 deletions