提交 c97ce276 编写于 作者: A Alan Cox 提交者: Greg Kroah-Hartman

f81232: correct stubbed termios handler

Signed-off-by: NAlan Cox <alan@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 adc8d746
...@@ -177,6 +177,7 @@ static void f81232_set_termios(struct tty_struct *tty, ...@@ -177,6 +177,7 @@ static void f81232_set_termios(struct tty_struct *tty,
return; return;
/* Do the real work here... */ /* Do the real work here... */
tty_termios_copy_hw(&tty->termios, old_termios);
} }
static int f81232_tiocmget(struct tty_struct *tty) static int f81232_tiocmget(struct tty_struct *tty)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册