The patch titled mtd rtc_from4 brace fix has been removed from the -mm tree. Its filename was mtd-rtc_from4-brace-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mtd rtc_from4 brace fix From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mtd/nand/rtc_from4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mtd/nand/rtc_from4.c~mtd-rtc_from4-brace-fix drivers/mtd/nand/rtc_from4.c --- a/drivers/mtd/nand/rtc_from4.c~mtd-rtc_from4-brace-fix +++ a/drivers/mtd/nand/rtc_from4.c @@ -456,7 +456,7 @@ static int rtc_from4_errstat(struct mtd_ rtn = nand_do_read(mtd, page, len, &retlen, buf); /* if read failed or > 1-bit error corrected */ - if (rtn || (mtd->ecc_stats.corrected - corrected) > 1) { + if (rtn || (mtd->ecc_stats.corrected - corrected) > 1) er_stat |= 1 << 1; kfree(buf); } _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are origin.patch ppc-m48t35-add-missing-bracket.patch ppc-cs4218_tdm-remove-extra-brace.patch fix2-gregkh-driver-modules-state.patch mips-dbg_io-stray-brackets-fix.patch git-mtd.patch sk98lin-debug-build-fix.patch net-smc91x-add-missing-bracket.patch git-chelsio.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch sparc64-dma-remove-extra-brackets.patch h8300-stray-bracket-fix.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch char-ip2-remove-broken-macro.patch fs-ufs-add-missing-bracket.patch m68knommu-scatterlist-add-missing-bracket.patch fs-reiserfs-add-missing-brackets.patch video-cyberfb-broken-macro-removal.patch video-neofb-stray-bracket-fix.patch video-pm3fb-macros-fix.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