mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
[PATCH] char: remove unneded termbits redefinitions (mxser_new)
No need to redefine termbits in char tree. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e1241f34eb
commit
6faa3778ff
1 changed files with 0 additions and 3 deletions
|
@ -592,9 +592,6 @@ static int mxser_change_speed(struct mxser_port *info,
|
||||||
if (!(info->ioaddr))
|
if (!(info->ioaddr))
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
#ifndef B921600
|
|
||||||
#define B921600 (B460800 +1)
|
|
||||||
#endif
|
|
||||||
if (mxser_set_baud_method[info->tty->index] == 0) {
|
if (mxser_set_baud_method[info->tty->index] == 0) {
|
||||||
baud = tty_get_baud_rate(info->tty);
|
baud = tty_get_baud_rate(info->tty);
|
||||||
mxser_set_baud(info, baud);
|
mxser_set_baud(info, baud);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue