mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue