diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-12-12 20:40:23 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-12-12 20:40:23 +0300 |
| commit | 229acf052923efdb9e748d54f0bd6257a1be03d4 (patch) | |
| tree | 0141626c5733f72e56899263b475bae6a0a59714 /drivers/tty/serial/8250/8250_platform.c | |
| parent | ba62fcdacfd8e98ba2100401772033368a2152a4 (diff) | |
| parent | 6fedb515e7f90986da3de36a35752e6dc2e0c911 (diff) | |
| download | linux-rolling-stable.tar.xz | |
Merge v6.17.12linux-rolling-stable
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/8250_platform.c')
| -rw-r--r-- | drivers/tty/serial/8250/8250_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_platform.c b/drivers/tty/serial/8250/8250_platform.c index c0343bfb8064..660867316c28 100644 --- a/drivers/tty/serial/8250/8250_platform.c +++ b/drivers/tty/serial/8250/8250_platform.c @@ -74,7 +74,7 @@ static void __init __serial8250_isa_init_ports(void) /* chain base port ops to support Remote Supervisor Adapter */ univ8250_port_ops = *univ8250_port_base_ops; - univ8250_rsa_support(&univ8250_port_ops); + univ8250_rsa_support(&univ8250_port_ops, univ8250_port_base_ops); if (share_irqs) irqflag = IRQF_SHARED; |
