diff options
author | Alan Cox <alan@linux.intel.com> | 2010-11-15 02:30:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-15 14:13:18 -0500 |
commit | ce5a121304af02d02489e86efb6ae26a67f95e52 (patch) | |
tree | ebd46ae84af69add5938eea815a7f72124bf8c54 /drivers/net/usb | |
parent | ec1e5610c00c7f5bc530d2aadd47faa473b90a30 (diff) |
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.c | 1 |
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, | |||
1745 | unsigned int cmd, unsigned long arg) | 1745 | unsigned int cmd, unsigned long arg) |
1746 | { | 1746 | { |
1747 | struct hso_serial *serial = get_serial_by_tty(tty); | 1747 | struct hso_serial *serial = get_serial_by_tty(tty); |
1748 | void __user *uarg = (void __user *)arg; | ||
1749 | int ret = 0; | 1748 | int ret = 0; |
1750 | D4("IOCTL cmd: %d, arg: %ld", cmd, arg); | 1749 | D4("IOCTL cmd: %d, arg: %ld", cmd, arg); |
1751 | 1750 | ||