mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:20:53 +07:00
cris: Fix compile failure due to typo in serial driver
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
79f999d0aa
commit
454aa3899f
@ -3808,7 +3808,7 @@ rs_close(struct tty_struct *tty, struct file * filp)
|
||||
|
||||
shutdown(info);
|
||||
rs_flush_buffer(tty);
|
||||
tty_ldisc_flush_buffer(tty);
|
||||
tty_ldisc_flush(tty);
|
||||
tty->closing = 0;
|
||||
info->event = 0;
|
||||
info->tty = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user