[PATCH RESEND] [MTD] [NAND] add out label in rfc_from4
Sebastian Siewior
bigeasy at tglx.de
Sun Mar 23 13:30:18 EDT 2008
This has been forgotten in commit f5bbdacc419 and nobody
compiled the driver.
Signed-off-by: Sebastian Siewior <bigeasy at linutronix.de>
---
drivers/mtd/nand/rtc_from4.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/rtc_from4.c b/drivers/mtd/nand/rtc_from4.c
index 9189ec8..0f6ac25 100644
--- a/drivers/mtd/nand/rtc_from4.c
+++ b/drivers/mtd/nand/rtc_from4.c
@@ -460,7 +460,7 @@ static int rtc_from4_errstat(struct mtd_info *mtd, struct nand_chip *this,
er_stat |= 1 << 1;
kfree(buf);
}
-
+out:
rtn = status;
if (er_stat == 0) { /* if ECC is available */
rtn = (status & ~NAND_STATUS_FAIL); /* clear the error bit */
--
1.5.4.3
More information about the linux-mtd
mailing list