aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/tests/mtd_pagetest.c
AgeCommit message (Collapse)Author
2009-09-04mtd: tests: fix read buffer overflowsRoel Kluin
Check whether index is within bounds before testing the element. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2008-12-08MTD: tests: add mtd_pagetestArtem Bityutskiy
This test checks that NAND pages read/write work fine. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>