lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon,  8 Jan 2024 20:34:26 -0800
From: Lizhe <sensor1010@....com>
To: ilpo.jarvinen@...ux.intel.com,
	gregkh@...uxfoundation.org,
	jirislaby@...nel.org,
	u.kleine-koenig@...gutronix.de,
	robh@...nel.org,
	john.ogness@...utronix.de,
	tglx@...utronix.de,
	frank.li@...o.com,
	zhang_shurong@...mail.com
Cc: linux-kernel@...r.kernel.org,
	linux-serial@...r.kernel.org,
	Lizhe <sensor1010@....com>
Subject: [PATCH v7] serial: linflexuart: Remove redundant uart type assignment

in linflex_config_port() the member variable type will be
assigned again. see linflex_connfig_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 3bdaf1ddc309..c5a04a168c15 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 ret;
 
 	sport->dev = &pdev->dev;
-	sport->type = PORT_LINFLEXUART;
 	sport->iotype = UPIO_MEM;
 	sport->irq = ret;
 	sport->ops = &linflex_pops;
-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ