netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hso: Fix unused variable warning
@ 2010-11-15 17:30 Alan Cox
  2010-11-15 19:13 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2010-11-15 17:30 UTC (permalink / raw)
  To: netdev

From: Alan Cox <alan@linux.intel.com>

Fallout from the TIOCGICOUNT work

Signed-off-by: Alan Cox <alan@linux.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);
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hso: Fix unused variable warning
  2010-11-15 17:30 [PATCH] hso: Fix unused variable warning Alan Cox
@ 2010-11-15 19:13 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-11-15 19:13 UTC (permalink / raw)
  To: alan; +Cc: netdev

From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Date: Mon, 15 Nov 2010 17:30:42 +0000

> From: Alan Cox <alan@linux.intel.com>
> 
> Fallout from the TIOCGICOUNT work
> 
> Signed-off-by: Alan Cox <alan@linux.intel.com>

Applied to net-next-2.6, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-15 19:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 17:30 [PATCH] hso: Fix unused variable warning Alan Cox
2010-11-15 19:13 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).