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:
Родитель
74866e7593
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче