[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101115173038.6846.72062.stgit@localhost.localdomain>
Date: Mon, 15 Nov 2010 17:30:42 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: netdev@...r.kernel.org
Subject: [PATCH] hso: Fix unused variable warning
From: Alan Cox <alan@...ux.intel.com>
Fallout from the TIOCGICOUNT work
Signed-off-by: Alan Cox <alan@...ux.intel.com>
---
drivers/net/usb/hso.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
index b154a94..be8cc2a 100644
--- a/drivers/net/usb/hso.c
+++ b/drivers/net/usb/hso.c
@@ -1745,7 +1745,6 @@ static int hso_serial_ioctl(struct tty_struct *tty, struct file *file,
unsigned int cmd, unsigned long arg)
{
struct hso_serial *serial = get_serial_by_tty(tty);
- void __user *uarg = (void __user *)arg;
int ret = 0;
D4("IOCTL cmd: %d, arg: %ld", cmd, arg);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists