[PATCH v2] mtd: spi-nor: core: correct type of i

Miquel Raynal miquel.raynal at bootlin.com
Wed Mar 13 15:23:13 PDT 2024


On Mon, 2024-03-04 at 09:01:03 UTC, Muhammad Usama Anjum wrote:
> 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 at collabora.com>
> Reviewed-by: Tudor Ambarus <tudor.ambarus at linaro.org>
> Reviewed-by: Michael Walle <mwalle at kernel.org>
> Reviewed-by: Dan Carpenter <dan.carpenter at linaro.org>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Miquel



More information about the linux-mtd mailing list