[PATCH] mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_command
Scott Wood
scottwood at freescale.com
Sat Jan 21 07:20:30 EST 2012
On 01/17/2012 10:13 PM, Prabhakar Kushwaha wrote:
> + for (i = sector; i <= sector_end; i++) {
> + errors = check_read_ecc(mtd, ctrl, eccstat, i);
> +
> + if (errors == 15) {
> + /*
> + * Uncorrectable error.
> + * OK only if the whole page is blank.
> + *
> + * We disable ECCER reporting due to...
s/due to.../due to/
Otherwise looks good.
-Scott
More information about the Linuxppc-dev
mailing list