[intern] read data with ecc
int nand_do_read_ops(struct mtd_info * mtd, loff_t from, struct mtd_oob_ops * ops);
mtd
MTD device structure
from
offset to read from
ops
oob ops structure
Internal function. Called with chip held.
Thomas Gleixner <[email protected]>
Author.