Re: [PATCH v2 5/6] mtd: rawnand: sunxi: make the code mode self-explanatory

From: Richard GENOUD

Date: Thu Mar 12 2026 - 06:49:06 EST


Le 09/03/2026 à 17:50, Miquel Raynal a écrit :
On 05/03/2026 at 11:01:36 +01, Richard Genoud <richard.genoud@xxxxxxxxxxx> wrote:

In the title: s/mode/more/?

In sunxi_nfc_hw_ecc_{read,write}_chunk(), the ECC step was force to 0,

forced!

Will fix that.

Thanks!


the reason is not trivial to get when reading the code.

The explanation is that, from the NAND flash controller perspective, we
are indeed at step 0 for user data length and ECC errors.

Just add a const value with an explanation to clarify things.