[merged] drivers-char-nozomic-fix-unused-variable-compiler-warning.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     drivers/char/nozomi.c: fix unused variable compiler warning
has been removed from the -mm tree.  Its filename was
     drivers-char-nozomic-fix-unused-variable-compiler-warning.patch

This patch was dropped because it was merged into mainline or a subsystem tree

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


--
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


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux