From ce4de7524ab7f34332c11a6518249ad77dc3f0ec Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sat, 13 Nov 2010 21:54:09 +0800 Subject: [PATCH] [uboot-xburst] remove debug code Signed-off-by: Xiangfu Liu --- package/uboot-xburst/files/drivers/mtd/nand/jz4740_nand.c | 1 - 1 file changed, 1 deletion(-) diff --git a/package/uboot-xburst/files/drivers/mtd/nand/jz4740_nand.c b/package/uboot-xburst/files/drivers/mtd/nand/jz4740_nand.c index f661b36b4..d52a415bd 100644 --- a/package/uboot-xburst/files/drivers/mtd/nand/jz4740_nand.c +++ b/package/uboot-xburst/files/drivers/mtd/nand/jz4740_nand.c @@ -190,7 +190,6 @@ static int jz_nand_rs_correct_data(struct mtd_info *mtd, u_char *dat, if (status & EMC_NFINTS_ERR) { if (status & EMC_NFINTS_UNCOR) { printk("uncorrectable ecc\n"); - while(1); return -1; }