OSDN Git Service

mtd: tests: nandbiterrs: Fix read_page return value
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 9 Jan 2018 09:47:02 +0000 (10:47 +0100)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 9 Jan 2018 09:56:29 +0000 (10:56 +0100)
commit6cbefbdcec41bf725b308288dcb200a6efc3339f
tree7440eab03302122ba2162db40e0be3405a8f2c13
parentf953f0f89663c39f08f4baaa8a4a881401b65654
mtd: tests: nandbiterrs: Fix read_page return value

The number of corrected bitflips is not correctly reported by
the test until the bitflip threshold is reached.

read_page() shall return the number of corrected bitflips, but
mtd_read() returns 0 or a negative error, so we can't forward
its return value. In the absence of an error we always have
calculate the number of bitflips ourselves.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/tests/nandbiterrs.c