The patch titled mtd: nand: add out label in rfc_from4 has been added to the -mm tree. Its filename is mtd-nand-add-out-label-in-rfc_from4.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mtd: nand: add out label in rfc_from4 From: Sebastian Siewior <bigeasy@xxxxxxx> This has been forgotten in commit f5bbdacc419 and nobody compiled the driver. Signed-off-by: Sebastian Siewior <bigeasy@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: Joern Engel <joern@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mtd/nand/rtc_from4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mtd/nand/rtc_from4.c~mtd-nand-add-out-label-in-rfc_from4 drivers/mtd/nand/rtc_from4.c --- a/drivers/mtd/nand/rtc_from4.c~mtd-nand-add-out-label-in-rfc_from4 +++ a/drivers/mtd/nand/rtc_from4.c @@ -460,7 +460,7 @@ static int rtc_from4_errstat(struct mtd_ 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 */ _ Patches currently in -mm which might be from bigeasy@xxxxxxx are jffs2-check-if-partition-is-marked-ro-on-remount.patch jffs2-check-if-partition-is-marked-ro-on-mount.patch mtd-nand-add-out-label-in-rfc_from4.patch fix-possible-ooops-in-rfc_from4.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html