Hi Yoshio, Yoshio Furuyama <[email protected]> wrote on Wed, 16 Jan 2019 14:53:19 +0900:
> Add device table for Toshiba Memory products. > Also, generalize OOB layout structure and function names. > > Signed-off-by: Yoshio Furuyama <[email protected]> > > --- Applied to nand/next with the mathematical operations enclosed in braces as discussed: - region->length = mtd->oobsize / 2 - 2; + region->length = (mtd->oobsize / 2) - 2; Thanks, Miquèl

