Re: [patch] ps2fix-2.4.2-A0

2001-03-02 Thread Tigran Aivazian
On Fri, 2 Mar 2001, Ingo Molnar wrote: > > + if (c == &misc_list) { > > > > This should be (c != &misc_list) > oops, I didn't notice -- ignore the patch I sent a minute ago :) Regards, Tigran - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

[patch] ps2fix-2.4.2-A0

2001-03-02 Thread Ingo Molnar
On Fri, 2 Mar 2001, tachino Nobuhiro wrote: > + if (c == &misc_list) { > > This should be (c != &misc_list) indeed, this fixed the ps2 problem for me too. Patch against -ac8 attached. Ingo --- linux/drivers/char/misc.c.orig Fri Mar 2 13:42:00 2001 +++ linux/drivers/ch