]> git.baikalelectronics.ru Git - kernel.git/commit
[MTD] [NAND] fsl_elbc_nand: ecclayout cleanups
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Fri, 27 Jun 2008 19:04:20 +0000 (23:04 +0400)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 11 Jul 2008 17:17:51 +0000 (18:17 +0100)
commit0578db92c9508efc67102e1f336bdd5fd1b45f92
tree474410fe0d44276df12ac4d880968ae662f055c2
parenteeb7a17e4925c522b37d76e1900bce9be6eea118
[MTD] [NAND] fsl_elbc_nand: ecclayout cleanups

This patch deletes oobavail assignments, they're calculated by the nand
core code in nand_scan_tail, plus current oobavail values are wrong for
the LP NANDs.

Also remove mtd->ecclayout and mtd->oobavail assignments, mtd core
handles this all by itself.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/fsl_elbc_nand.c