The patch titled drivers/char/nozomi.c: fix unused variable compiler warning has been added to the -mm tree. Its filename is drivers-char-nozomic-fix-unused-variable-compiler-warning.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/nozomi.c: fix unused variable compiler warning From: Arun Bhanu <arun@xxxxxxxxx> drivers/char/nozomi.c: In function `ntty_ioctl': drivers/char/nozomi.c:1831:8: warning: unused variable `argp' Signed-off-by: Arun Bhanu <arun@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/nozomi.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/char/nozomi.c~drivers-char-nozomic-fix-unused-variable-compiler-warning drivers/char/nozomi.c --- a/drivers/char/nozomi.c~drivers-char-nozomic-fix-unused-variable-compiler-warning +++ a/drivers/char/nozomi.c @@ -1828,7 +1828,6 @@ static int ntty_ioctl(struct tty_struct unsigned int cmd, unsigned long arg) { struct port *port = tty->driver_data; - void __user *argp = (void __user *)arg; int rval = -ENOIOCTLCMD; DBG1("******** IOCTL, cmd: %d", cmd); _ Patches currently in -mm which might be from arun@xxxxxxxxx are drivers-char-nozomic-fix-unused-variable-compiler-warning.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