Skip to content
Commit db7437dd authored by WeiXiong Liao's avatar WeiXiong Liao Committed by Greg Kroah-Hartman
Browse files

mtd: spinand: read returns badly if the last page has bitflips

commit b83408b5

 upstream.

In case of the last page containing bitflips (ret > 0),
spinand_mtd_read() will return that number of bitflips for the last
page while it should instead return max_bitflips like it does when the
last page read returns with 0.

Signed-off-by: default avatarWeixiong Liao <liaoweixiong@allwinnertech.com>
Reviewed-by: default avatarBoris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
Cc: stable@vger.kernel.org
Fixes: 7529df46

 ("mtd: nand: Add core infrastructure to support SPI NANDs")
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent df7cbb10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment