commit | 022a478ce650f5c36d2a9badfd805368a90fb506 | [log] [tgz] |
---|---|---|
author | Wu, Josh <[email protected]> | Fri Aug 08 17:12:35 2014 +0800 |
committer | Brian Norris <[email protected]> | Wed Sep 17 23:05:11 2014 -0700 |
tree | cbe973f9ba39f01c39fa4bd7371fd2e468a69c3d | |
parent | c9447fff34aacc04f2e7df39612d2d6e234643f3 [diff] |
mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes instead For PMECC, the pmecc_bytes_per_sector has same meaning as ecc.bytes. So remove pmecc_bytes_per_sector and use ecc.bytes instead. Signed-off-by: Josh Wu <[email protected]> Signed-off-by: Brian Norris <[email protected]>