Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ip2: switch remaining direct call of ops->flush_buffer

Signed-off-by: Alan Cox <alan@redhat.com>

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Alan Cox and committed by
Linus Torvalds
a6fc819e 39c2e60f

+1 -2
+1 -2
drivers/char/ip2/ip2main.c
··· 1616 1616 1617 1617 serviceOutgoingFifo ( pCh->pMyBord ); 1618 1618 1619 - if ( tty->driver->ops->flush_buffer ) 1620 - tty->driver->ops->flush_buffer(tty); 1621 1619 tty_ldisc_flush(tty); 1620 + tty_driver_flush_buffer(tty); 1622 1621 tty->closing = 0; 1623 1622 1624 1623 pCh->pTTY = NULL;