kernel/drivers/tty/serial/8250/8250_core.c
.. .. @@ -1163,6 +1163,7 @@ 1163 1163 uart->port.type = PORT_UNKNOWN; 1164 1164 uart->port.dev = &serial8250_isa_devs->dev; 1165 1165 uart->capabilities = 0; 1166 + serial8250_init_port(uart);1166 1167 serial8250_apply_quirks(uart); 1167 1168 uart_add_one_port(&serial8250_reg, &uart->port); 1168 1169 } else {