commit | 36a3b4ed5632d8da13e3b89796cfdd0683021224 | [log] [tgz] |
---|---|---|
author | Joel Peshkin <joel.peshkin@broadcom.com> | Mon Dec 20 20:15:47 2021 -0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 14 13:16:11 2022 -0500 |
tree | 1eba050f05a8d344de9c6f61014bce97c76f554c | |
parent | 4a05497a8ce9292017b7a5d0e48ecc45705a0a4b [diff] |
BRCMNAND: Fix reporting of uncorrectable errors on subpages during page read Previously, a subpage with an uncorrectable error followed by a subpage with a correctable error would return an erroneous correctable status. Signed-off-by: Joel Peshkin <joel.peshkin@broadcom.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>