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

* Re: [2.5 patch] remove two unused variables from mxser.c
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Rusty Russell @ 2003-06-20  4:31 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: support, linux-kernel

In message <20030619231222.GF29247@fs.tum.de> you write:
> The patch below removes two unused variables from drivers/char/mxser.c .

While you're there, would you fix the init returning "-1" for no good
reason at the bottom, too?  (I don't think they really meant EPERM).

Thanks,
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

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

* Re: [2.5 patch] remove two unused variables from mxser.c
  2003-06-20  4:31 ` Rusty Russell
@ 2003-06-28  2:39   ` Adrian Bunk
  2003-06-30  2:01     ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2003-06-28  2:39 UTC (permalink / raw)
  To: Rusty Russell; +Cc: support, linux-kernel

On Fri, Jun 20, 2003 at 02:31:06PM +1000, Rusty Russell wrote:
> In message <20030619231222.GF29247@fs.tum.de> you write:
> > The patch below removes two unused variables from drivers/char/mxser.c .
> 
> While you're there, would you fix the init returning "-1" for no good
> reason at the bottom, too?  (I don't think they really meant EPERM).

There is at least one other driver under drivers/char/ doing the 
same...

Which return code do you suggest?

> Thanks,
> Rusty.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: [2.5 patch] remove two unused variables from mxser.c
  2003-06-28  2:39   ` Adrian Bunk
@ 2003-06-30  2:01     ` Rusty Russell
  0 siblings, 0 replies; 4+ messages in thread
From: Rusty Russell @ 2003-06-30  2:01 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: support, linux-kernel

In message <20030628023935.GQ24661@fs.tum.de> you write:
> On Fri, Jun 20, 2003 at 02:31:06PM +1000, Rusty Russell wrote:
> > In message <20030619231222.GF29247@fs.tum.de> you write:
> > > The patch below removes two unused variables from drivers/char/mxser.c .
> > 
> > While you're there, would you fix the init returning "-1" for no good
> > reason at the bottom, too?  (I don't think they really meant EPERM).
> 
> There is at least one other driver under drivers/char/ doing the 
> same...
> 
> Which return code do you suggest?

Looking at the code, there are other problems.

The last thing to fail (which triggers this -1 return) is
tty_register_driver(mxvar_sdriver): so keep that return code and use
it.

But they do put_tty_driver(mxvar_sdriver) in the failure path, which
seems wrong, too...

Good luck!
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

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