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

Darwin Dingel Darwin.Dingel at alliedtelesis.co.nz
Wed May 31 18:09:17 PDT 2017


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



More information about the linux-mtd mailing list