The patch titled i2lib unused variable cleanup has been added to the -mm tree. Its filename is i2lib-unused-variable-cleanup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 usb-print_schedule_frame-defined-but-not-used-warning-fix.patch i2lib-unused-variable-cleanup.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