Re: [PATCH v2 1/5] mtd: rawnand/davinci: Don't calculate ECC when reading page

From: Miquel Raynal
Date: Fri Nov 19 2021 - 13:44:17 EST


On Sat, 2021-10-16 at 13:22:24 UTC, Paul Cercueil wrote:
> The function nand_davinci_read_page_hwecc_oob_first() does read the ECC
> data from the OOB area. Therefore it does not need to calculate the ECC
> as it is already available.
>
> Cc: <stable@xxxxxxxxxxxxxxx> # v5.2
> Fixes: a0ac778eb82c ("mtd: rawnand: ingenic: Add support for the JZ4740")
> Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel