aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2010-11-15 07:30:42 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-15 11:13:18 -0800
commitce5a121304af02d02489e86efb6ae26a67f95e52 (patch)
treeebd46ae84af69add5938eea815a7f72124bf8c54 /drivers/net/usb
parentbridge: add RCU annotations to bridge port lookup (diff)
downloadlinux-dev-ce5a121304af02d02489e86efb6ae26a67f95e52.tar.xz
linux-dev-ce5a121304af02d02489e86efb6ae26a67f95e52.zip
hso: Fix unused variable warning
Fallout from the TIOCGICOUNT work Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb')
-rw-r--r--drivers/net/usb/hso.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
index b154a94de03e..be8cc2a8e213 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);