Hello, Remove extra brace at the end of if (...
Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> drivers/mtd/nand/rtc_from4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19-rc6-mm2-a/drivers/mtd/nand/rtc_from4.c 2006-11-28 12:16:40.000000000 +0100 +++ linux-2.6.19-rc6-mm2-b/drivers/mtd/nand/rtc_from4.c 2006-11-29 16:37:33.000000000 +0100 @@ -456,7 +456,7 @@ static int rtc_from4_errstat(struct mtd_ rtn = nand_do_read(mtd, page, len, &retlen, buf); /* if read failed or > 1-bit error corrected */ - if (rtn || (mtd->ecc_stats.corrected - corrected) > 1) { + if (rtn || (mtd->ecc_stats.corrected - corrected) > 1) er_stat |= 1 << 1; kfree(buf); } -- Regards, Mariusz Kozlowski - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/