Re: mtd: nand: fsl_ifc: fix handing of bit flips in erased pages

From: Darwin Dingel
Date: Wed May 31 2017 - 17:52:13 EST


Hi,

On 01/06/17 08:59, Pavel Machek wrote:

>
> You meen "errors = 0"? Does that actually make a difference? It is a
> local variable, and continue makes sure the value is not used:
>

I missed the 'continue' statement there. In that case we don't need to
reset 'error'.




Cheers,
Darwin