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

From: Darwin Dingel
Date: Wed May 31 2017 - 21:09:25 EST


Hi Pavel,

Just a minor thing. Sorry about the late comment.

On 01/06/17 08:59, Pavel Machek wrote:
> +
> + res = check_erased_page(chip, buf);
> + return res;
> + }

Can we just remove 'res' and change this line to:
return check_erased_page(chip, buf);



Cheers,
Darwin