The patch titled drivers/char/isicom.c: remove unused variable has been added to the -mm tree. Its filename is char-remove-unused-variable.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://userweb.kernel.org/~akpm/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: drivers/char/isicom.c: remove unused variable From: Richard Weinberger <richard@xxxxxx> card is never used within isicom_open(). Signed-off-by: Richard Weinberger <richard@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/isicom.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/char/isicom.c~char-remove-unused-variable drivers/char/isicom.c --- a/drivers/char/isicom.c~char-remove-unused-variable +++ a/drivers/char/isicom.c @@ -872,7 +872,6 @@ static struct tty_port *isicom_find_port static int isicom_open(struct tty_struct *tty, struct file *filp) { struct isi_port *port; - struct isi_board *card; struct tty_port *tport; tport = isicom_find_port(tty); _ Patches currently in -mm which might be from richard@xxxxxx are char-remove-unused-variable.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