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

From: Miquel Raynal

Date: Mon Mar 09 2026 - 12:57:31 EST


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!

> 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.
>