We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707631c commit f4c23a1Copy full SHA for f4c23a1
drivers/tty/serial/8250/8250_core.c
@@ -524,6 +524,7 @@ static void __init serial8250_isa_init_ports(void)
524
*/
525
up->mcr_mask = ~ALPHA_KLUDGE_MCR;
526
up->mcr_force = ALPHA_KLUDGE_MCR;
527
+ serial8250_set_defaults(up);
528
}
529
530
/* chain base port ops to support Remote Supervisor Adapter */
@@ -547,7 +548,6 @@ static void __init serial8250_isa_init_ports(void)
547
548
port->membase = old_serial_port[i].iomem_base;
549
port->iotype = old_serial_port[i].io_type;
550
port->regshift = old_serial_port[i].iomem_reg_shift;
- serial8250_set_defaults(up);
551
552
port->irqflags |= irqflag;
553
if (serial8250_isa_config != NULL)
0 commit comments