linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.5 patch] remove two unused variables from mxser.c
@ 2003-06-19 23:12 Adrian Bunk
  2003-06-20  4:31 ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2003-06-19 23:12 UTC (permalink / raw)
  To: support; +Cc: linux-kernel, trivial

The patch below removes two unused variables from drivers/char/mxser.c .

I've tested the compilation with 2.5.72 and 2.5.72-mm2.

Please apply
Adrian

--- linux-2.5.72-mm2/drivers/char/mxser.c.old	2003-06-20 01:07:39.000000000 +0200
+++ linux-2.5.72-mm2/drivers/char/mxser.c	2003-06-20 01:08:03.000000000 +0200
@@ -498,7 +498,6 @@
 {
 	int i, m, retval, b;
 	int n, index;
-	int ret1, ret2;
 	struct mxser_hwconf hwconf;
 
 	mxvar_sdriver = alloc_tty_driver(MXSER_PORTS + 1);


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

end of thread, other threads:[~2003-06-30  2:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-19 23:12 [2.5 patch] remove two unused variables from mxser.c Adrian Bunk
2003-06-20  4:31 ` Rusty Russell
2003-06-28  2:39   ` Adrian Bunk
2003-06-30  2:01     ` Rusty Russell

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).