Commit e9e873ea authored by Lizhe's avatar Lizhe Committed by Greg Kroah-Hartman
Browse files

serial: linflexuart: Remove redundant uart type assignment



In linflex_config_port() the member variable type will be
assigned again. Remove redundant uart type assignment from
linflex_probe().

Signed-off-by: default avatarLizhe <sensor1010@163.com>
Link: https://lore.kernel.org/r/20240112133923.190852-1-sensor1010@163.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fed99212
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;