summaryrefslogtreecommitdiffstats
path: root/drivers/char/ip2
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2006-01-09 20:54:20 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 08:02:00 -0800
commitd9e39538ce7c52e45e653e777d73ed373189c20d (patch)
tree66471ccdce44916973b0ab3efc3f5d9fd9ebc223 /drivers/char/ip2
parentc58cbb6cbb635f53c8b340ae8da9e84b263cc41a (diff)
downloadop-kernel-dev-d9e39538ce7c52e45e653e777d73ed373189c20d.zip
op-kernel-dev-d9e39538ce7c52e45e653e777d73ed373189c20d.tar.gz
[PATCH] clean up computone remaining cli use
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/ip2')
-rw-r--r--drivers/char/ip2/i2lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ip2/i2lib.c b/drivers/char/ip2/i2lib.c
index ba85eb1..fc944d37 100644
--- a/drivers/char/ip2/i2lib.c
+++ b/drivers/char/ip2/i2lib.c
@@ -854,7 +854,7 @@ i2Input(i2ChanStrPtr pCh)
count += IBUF_SIZE;
}
// Don't give more than can be taken by the line discipline
- amountToMove = pCh->pTTY->ldisc.receive_room( pCh->pTTY );
+ amountToMove = pCh->pTTY->receive_room;
if (count > amountToMove) {
count = amountToMove;
}
OpenPOWER on IntegriCloud