mtd: tests: fix read, speed and stress tests on NOR flash
authorMorten Thunberg Svendsen <mts.doredevelopment@gmail.com>
Wed, 6 Jan 2010 09:48:18 +0000 (10:48 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Jan 2010 09:06:17 +0000 (09:06 +0000)
commitf5e2bae0aad03164ffc7ce9dfeee6608e2c87dba
tree6993fa233c58a12ffe4f8136a28309c2d9cc762e
parentf6a8c60960bbea378142d1fa1b3d111555ee41c7
mtd: tests: fix read, speed and stress tests on NOR flash

Before using block_isbad() check if mtd->block_isbad() is defined.
Calculating pgcnt must be done using pgsize defined to 512 on
NOR and mtd->writesize for NAND, not using  mtd->writesize directly.

Signed-off-by: Morten Thunberg Svendsen <mts.doredevelopment@gmail.com>
Acked-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/tests/mtd_readtest.c
drivers/mtd/tests/mtd_speedtest.c
drivers/mtd/tests/mtd_stresstest.c
This page took 0.025598 seconds and 5 git commands to generate.