Re: PATCH: tty locking for 2.6.9rc2

From: Ulisses
Date: Thu Sep 23 2004 - 19:48:56 EST


[ ... ]

+++ linux-2.6.9rc2/drivers/char/rocket.c 2004-09-14 14:29:10.284530328 +0100

[ ... ]

- space = tty->ldisc.receive_room(tty);
+ if (ld)
+ space = tty->ldisc.receive_room(tty);
^^^
Alan,

It's supposed to be 'ld->receive_room(tty)', isn't it? :-)

Regards,

-- Ulisses


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