[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230103110255.2699-1-sensor1010@163.com>
Date: Tue, 3 Jan 2023 03:02:55 -0800
From: lizhe <sensor1010@....com>
To: gregkh@...uxfoundation.org, jirislaby@...nel.org
Cc: linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
lizhe <sensor1010@....com>
Subject: [PATCH v1] drivers/fsl_linflexuart.c : remove redundant uart type
in linflex_config_port() the member variable will be
assigned again . see linflex_config_port()
Signed-off-by: lizhe <sensor1010@....com>
---
drivers/tty/serial/fsl_linflexuart.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/tty/serial/fsl_linflexuart.c b/drivers/tty/serial/fsl_linflexuart.c
index 6fc21b6684e6..34400cc6ac7f 100644
--- a/drivers/tty/serial/fsl_linflexuart.c
+++ b/drivers/tty/serial/fsl_linflexuart.c
@@ -837,7 +837,6 @@ static int linflex_probe(struct platform_device *pdev)
return PTR_ERR(sport->membase);
sport->dev = &pdev->dev;
- sport->type = PORT_LINFLEXUART;
sport->iotype = UPIO_MEM;
sport->irq = platform_get_irq(pdev, 0);
sport->ops = &linflex_pops;
--
2.17.1
Powered by blists - more mailing lists