On Wed, Jan 11, 2017 at 09:38:18PM +0100, SF Markus Elfring wrote: > - for (i=0; i<cfi->cfiq->NumEraseRegions; i++) > - for (j=0; j<cfi->numchips; j++) > - kfree(mtd->eraseregions[(j*cfi->cfiq->NumEraseRegions)+i].lockmap); > + for (i = 0; i < cfi->cfiq->NumEraseRegions; i++) > + for (j = 0; j < cfi->numchips; j++) > + kfree(mtd->eraseregions[j > + * cfi->cfiq > + ->NumEraseRegions > + + i].lockmap); No. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html