提交 6faa3778 编写于 作者: J Jiri Slaby 提交者: Linus Torvalds

[PATCH] char: remove unneded termbits redefinitions (mxser_new)

No need to redefine termbits in char tree.
Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 e1241f34
......@@ -592,9 +592,6 @@ static int mxser_change_speed(struct mxser_port *info,
if (!(info->ioaddr))
return ret;
#ifndef B921600
#define B921600 (B460800 +1)
#endif
if (mxser_set_baud_method[info->tty->index] == 0) {
baud = tty_get_baud_rate(info->tty);
mxser_set_baud(info, baud);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册