[PATCH] [MTD] [NAND] add out label in rfc_from4

Sebastian Siewior bigeasy at tglx.de
Fri Feb 15 06:21:10 EST 2008


This has been probably forgotten in commit f5bbdacc419.

Signed-off-by: Sebastian Siewior <bigeasy at linutronix.de>
---
I hope that is the right fix.

 drivers/mtd/nand/rtc_from4.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nand/rtc_from4.c b/drivers/mtd/nand/rtc_from4.c
index 47429b0..ace1915 100644
--- a/drivers/mtd/nand/rtc_from4.c
+++ b/drivers/mtd/nand/rtc_from4.c
@@ -461,6 +461,7 @@ static int rtc_from4_errstat(struct mtd_info *mtd, struct nand_chip *this,
 		kfree(buf);
 	}
 
+out:
 	rtn = status;
 	if (er_stat == 0) {	/* if ECC is available   */
 		rtn = (status & ~NAND_STATUS_FAIL);	/*   clear the error bit */
-- 
1.5.3.5




More information about the linux-mtd mailing list