Skip to content

Commit 5b4807d

Browse files
committed
Merge: Fix for "serial: 8250: Toggle IER bits on only after irq has been setup"
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/4263 JIRA: INTERNAL Upstream Status: RHEL only This patch somehow added the same code that was already there, removing the offending patch. Signed-off-by: Lucas Zampieri <lzampier@redhat.com> Approved-by: John W. Linville <linville@redhat.com> Approved-by: Benjamin Coddington <bcodding@redhat.com> Approved-by: Ivan Vecera <ivecera@redhat.com> Approved-by: Scott Weaver <scweaver@redhat.com> Approved-by: Michal Schmidt <mschmidt@redhat.com> Approved-by: Petr Oros <poros@redhat.com> Approved-by: Prarit Bhargava <prarit@redhat.com> Approved-by: Andrew Halaney <ahalaney@redhat.com> Merged-by: Lucas Zampieri <lzampier@redhat.com>
2 parents 9ede655 + b2b7d18 commit 5b4807d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/tty/serial/8250/8250_port.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,10 +2334,6 @@ int serial8250_do_startup(struct uart_port *port)
23342334
if (retval)
23352335
goto out;
23362336

2337-
retval = up->ops->setup_irq(up);
2338-
if (retval)
2339-
goto out;
2340-
23412337
if (port->irq && !(up->port.flags & UPF_NO_THRE_TEST)) {
23422338
unsigned char iir1;
23432339

0 commit comments

Comments
 (0)