Re: Linux 2.4.20-pre1

Alan Cox (alan@lxorguk.ukuu.org.uk)
06 Aug 2002 19:48:22 +0100


On Tue, 2002-08-06 at 18:17, Jean Tourrilhes wrote:
> Yep, tons of these :
> -----------------------------------------------
> - IRDA_DEBUG(4, __FUNCTION__ "(), speed=%d (was %d)\n", speed,
> - self->speed);
> + IRDA_DEBUG(4, "%s(), speed=%d (was %d)\n", __FUNCTION__,
> + speed, self->speed);
> -----------------------------------------------
> Between this and fixing a Oops or Deadlock, I'll take the
> second any day.

I'd prefer to be able to read the errors too but yes.

> Alan if anything was pending, so that I could avoid wasting my time
> and instead wait for the next release doing something else.
> I guess it's too late, I already wasted my afternoon.

By the time you asked I'd sent them

> The second thing that bugs me is that because those patches
> pass behind my back, they won't get applied to *both* 2.4.X and
> 2.5.X. Because of that, keeping 2.4.X and 2.5.X in synch is an
> exercise in futility.

I sent them to the maintainer.

IRDA SUBSYSTEM
P: Dag Brattli
M: Dag Brattli <dag@brattli.net>
L: linux-irda@pasta.cs.uit.no
W: http://irda.sourceforge.net/
S: Maintained

If thats wrong, then thats why you never found out.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/