diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2018-01-09 10:47:02 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2018-01-09 10:56:29 +0100 |
commit | 6cbefbdcec41bf725b308288dcb200a6efc3339f (patch) | |
tree | 7440eab03302122ba2162db40e0be3405a8f2c13 /drivers/ssb | |
parent | f953f0f89663c39f08f4baaa8a4a881401b65654 (diff) | |
download | linux-next-6cbefbdcec41bf725b308288dcb200a6efc3339f.tar.gz |
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>
Diffstat (limited to 'drivers/ssb')
0 files changed, 0 insertions, 0 deletions