Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[MTD] [NAND] Compile fix in rfc_from4.c

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

authored by

Mariusz Kozlowski and committed by
David Woodhouse
7dcb483d bd3c97a7

+1 -1
+1 -1
drivers/mtd/nand/rtc_from4.c
··· 456 456 rtn = nand_do_read(mtd, page, len, &retlen, buf); 457 457 458 458 /* if read failed or > 1-bit error corrected */ 459 - if (rtn || (mtd->ecc_stats.corrected - corrected) > 1) { 459 + if (rtn || (mtd->ecc_stats.corrected - corrected) > 1) 460 460 er_stat |= 1 << 1; 461 461 kfree(buf); 462 462 }