commit | e14feafbe0d5c6d64bb6fe4eba928cb57ac9a4c8 | [log] [tgz] |
---|---|---|
author | Jason Liu <r64343@freescale.com> | Fri Nov 19 16:40:45 2010 +0800 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Dec 03 16:31:44 2010 +0000 |
tree | 20764c02a1ee5900e101c04d5234a992f89ca4b7 | |
parent | 1534b8b09757190ce6e97fa97f9ad77c49082cd8 [diff] |
mtd: nand: add check for out of page read When run mtd_oobtest case, there will be one error for step(4), which turned out it need add one check for out of page read in nand_do_read_oob just like mtd_do_write_oob did it already. This commit also fix one typo error for comments in mtd_do_write_oob Signed-off-by: Jason Liu <r64343@freescale.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>