Skip to content

Commit ce5a121

Browse files
Alan Coxdavem330
authored andcommitted
hso: Fix unused variable warning
Fallout from the TIOCGICOUNT work Signed-off-by: Alan Cox <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ec1e561 commit ce5a121

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/usb/hso.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,6 @@ static int hso_serial_ioctl(struct tty_struct *tty, struct file *file,
17451745
unsigned int cmd, unsigned long arg)
17461746
{
17471747
struct hso_serial *serial = get_serial_by_tty(tty);
1748-
void __user *uarg = (void __user *)arg;
17491748
int ret = 0;
17501749
D4("IOCTL cmd: %d, arg: %ld", cmd, arg);
17511750

0 commit comments

Comments
 (0)