mtd: nand: add out label in rfc_from4
[deliverable/linux.git] / drivers / mtd / nand / rtc_from4.c
index 9189ec8f243eda85e2d89d5dd4037064d13ad2fc..0f6ac250f434909708bb6a5206ceb1b5c6ae3fad 100644 (file)
@@ -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 */
This page took 0.032576 seconds and 5 git commands to generate.