The patch titled i2lib unused variable cleanup has been removed from the -mm tree. Its filename was i2lib-unused-variable-cleanup.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i2lib unused variable cleanup From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> In file included from drivers/char/ip2/ip2main.c:285: drivers/char/ip2/i2lib.c: In function `i2Output': drivers/char/ip2/i2lib.c:1019: warning: unused variable `rc' Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/ip2/i2lib.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/char/ip2/i2lib.c~i2lib-unused-variable-cleanup drivers/char/ip2/i2lib.c --- a/drivers/char/ip2/i2lib.c~i2lib-unused-variable-cleanup +++ a/drivers/char/ip2/i2lib.c @@ -1016,7 +1016,6 @@ i2Output(i2ChanStrPtr pCh, const char *p unsigned short channel; unsigned short stuffIndex; unsigned long flags; - int rc = 0; int bailout = 10; _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are origin.patch ppc-cs4218_tdm-remove-extra-brace.patch mips-dbg_io-stray-brackets-fix.patch git-mtd.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch sparc64-dma-remove-extra-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