Skip to content

Commit

Permalink
[PATCH] char: remove unneded termbits redefinitions (mxser_new)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent e1241f3 commit 6faa377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6faa377

Please sign in to comment.