projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc67399
)
mxser: remove unused mxser_port::stop_rx
author
Jiri Slaby
<jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:40 +0000
(08:14 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:10:00 +0000
(13:10 +0200)
It's been a long time since mxser_port::stop_rx was abandoned. Remove it.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link:
https://lore.kernel.org/r/20210618061516.662-35-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c
patch
|
blob
|
history
diff --git
a/drivers/tty/mxser.c
b/drivers/tty/mxser.c
index e10fbe7270c91cd9a2c6f65cff9f26b9bc5f9472..b47b17ec1f12a24fe2180b76faa6fae230c1c4fe 100644
(file)
--- a/
drivers/tty/mxser.c
+++ b/
drivers/tty/mxser.c
@@
-281,7
+281,6
@@
struct mxser_port {
u8 IER; /* Interrupt Enable Register */
u8 MCR; /* Modem control register */
- unsigned char stop_rx;
unsigned char ldisc_stop_rx;
int custom_divisor;
@@
-2009,7
+2008,6
@@
static int mxser_initbrd(struct mxser_board *brd)
tty_port_init(&info->port);
info->port.ops = &mxser_port_ops;
info->board = brd;
- info->stop_rx = 0;
info->ldisc_stop_rx = 0;
/* Enhance mode enabled here */