Skip to content

Commit b2b7d18

Browse files
committed
Fix for "serial: 8250: Toggle IER bits on only after irq has been setup"
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>
1 parent 08637d7 commit b2b7d18

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)