On 01/24/2019 01:21 PM, Sverdlin, Alexander (Nokia - DE/Ulm) wrote: > Erase types are sorted *smallest* type first, refer to > spi_nor_sort_erase_mask(). > > Signed-off-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx> Please fix your author name to match your S-o-b tag. See https://lkml.org/lkml/2019/2/8/556 for a workaround. I'll add my R-b after this change. I didn't forget about patch 2/2, I just want to check the upper mtd layers. Thanks, ta > --- > drivers/mtd/spi-nor/spi-nor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c > index 6e13bbd1aaa5..c3598f0571cc 100644 > --- a/drivers/mtd/spi-nor/spi-nor.c > +++ b/drivers/mtd/spi-nor/spi-nor.c > @@ -739,7 +739,7 @@ spi_nor_find_best_erase_type(const struct spi_nor_erase_map *map, > u8 erase_mask = region->offset & SNOR_ERASE_TYPE_MASK; > > /* > - * Erase types are ordered by size, with the biggest erase type at > + * Erase types are ordered by size, with the smallest erase type at > * index 0. > */ > for (i = SNOR_ERASE_TYPE_MAX - 1; i >= 0; i--) { > ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/