From: Matt Reimer Date: Fri, 19 Oct 2007 01:02:44 +0000 (-0700) Subject: [MTD] [NAND] make s3c2410 indicate an error for multi-bit read errors X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4fac9f698404a5cd50b978fbdb7e54235353c215;p=mv-sheeva.git [MTD] [NAND] make s3c2410 indicate an error for multi-bit read errors If there were multiple bit errors in the data s3c2410_nand_correct_data() was returning 0 (no error) instead of -1, so the upper layers (like JFFS2) would not know the data is corrupt. Signed-off-by: Matt Reimer Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c index 512acfc8901..21a2cc8636d 100644 --- a/drivers/mtd/nand/s3c2410.c +++ b/drivers/mtd/nand/s3c2410.c @@ -401,7 +401,7 @@ static int s3c2410_nand_correct_data(struct mtd_info *mtd, u_char *dat, if ((diff0 & ~(1<