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
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
2 matches
Mail list logo