Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 454aa389 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

cris: Fix compile failure due to typo in serial driver

parent 79f999d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;