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);
|
shutdown(info);
|
||||||
rs_flush_buffer(tty);
|
rs_flush_buffer(tty);
|
||||||
tty_ldisc_flush_buffer(tty);
|
tty_ldisc_flush(tty);
|
||||||
tty->closing = 0;
|
tty->closing = 0;
|
||||||
info->event = 0;
|
info->event = 0;
|
||||||
info->tty = 0;
|
info->tty = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user