Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68e29655 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

nozomi: Fix warning from the previous TIOCGCOUNT changes



Just remove a now unused variable

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent dc98d965
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1828,7 +1828,6 @@ static int ntty_ioctl(struct tty_struct *tty, struct file *file,
		      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);