* [PATCH] [MTD] [NAND] add out label in rfc_from4
@ 2008-02-15 11:21 Sebastian Siewior
0 siblings, 0 replies; only message in thread
From: Sebastian Siewior @ 2008-02-15 11:21 UTC (permalink / raw)
To: linux-mtd; +Cc: tglx, dwmw2
This has been probably forgotten in commit f5bbdacc419.
Signed-off-by: Sebastian Siewior <bigeasy@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-15 11:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-15 11:21 [PATCH] [MTD] [NAND] add out label in rfc_from4 Sebastian Siewior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox