mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
serial: core: Remove redundant timeout assignments
tty_port_init() initializes close_delay and closing_wait to these same values; remove. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
74866e7593
commit
1f0afd1607
@ -2342,8 +2342,6 @@ int uart_register_driver(struct uart_driver *drv)
|
||||
|
||||
tty_port_init(port);
|
||||
port->ops = &uart_port_ops;
|
||||
port->close_delay = HZ / 2; /* .5 seconds */
|
||||
port->closing_wait = 30 * HZ;/* 30 seconds */
|
||||
}
|
||||
|
||||
retval = tty_register_driver(normal);
|
||||
|
Loading…
Reference in New Issue
Block a user