-
I'm not sure where to go - linux-fslc has issues and discussions disabled. I have found an issue specific to Noting the info down so it doesn't get lost:
Removing the second call seems to fix the issue (system has booted with console past the point, but I have not done extensive testing). diff --git a/drivers/tty/serial/fsl_lpuart.c b/drivers/tty/serial/fsl_lpuart.c
index a12ff4954793..75e906c467d8 100644
--- a/drivers/tty/serial/fsl_lpuart.c
+++ b/drivers/tty/serial/fsl_lpuart.c
@@ -2981,10 +2981,6 @@ static int lpuart_probe(struct platform_device *pdev)
sport->port.rs485.delay_rts_after_send)
dev_err(&pdev->dev, "driver doesn't support RTS delays\n");
- ret = uart_add_one_port(&lpuart_reg, &sport->port);
- if (ret)
- goto failed_attach_port;
-
ret = devm_request_irq(&pdev->dev, sport->port.irq, handler, 0,
DRIVER_NAME, sport);
if (ret) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks, @jaskij I'm fixing it. |
Beta Was this translation helpful? Give feedback.
-
#1406 I think this is done, so I'm closing this thread |
Beta Was this translation helpful? Give feedback.
#1406
Freescale/linux-fslc#621
#1408
I think this is done, so I'm closing this thread