The i should be signed to find out the end of the loop. Otherwise,
i >= 0 is always true and loop becomes infinite.
Fixes: 6a9eda34418f ("mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase map")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>