public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] istallion: remove unused variable
@ 2008-06-16 13:40 Andre Haupt
  2008-06-16 18:03 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Haupt @ 2008-06-16 13:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Andre Haupt

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
---
 drivers/char/istallion.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/char/istallion.c b/drivers/char/istallion.c
index 7c8b62f..5ecefae 100644
--- a/drivers/char/istallion.c
+++ b/drivers/char/istallion.c
@@ -1660,7 +1660,6 @@ static int stli_ioctl(struct tty_struct *tty, struct file *file, unsigned int cm
 {
 	struct stliport *portp;
 	struct stlibrd *brdp;
-	unsigned int ival;
 	int rc;
 	void __user *argp = (void __user *)arg;
 
-- 
1.5.5.GIT


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

end of thread, other threads:[~2008-06-16 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 13:40 [PATCH] istallion: remove unused variable Andre Haupt
2008-06-16 18:03 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox