mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
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: Lizhe <sensor1010@163.com> Link: https://lore.kernel.org/r/20240112133923.190852-1-sensor1010@163.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fed99212ac
commit
e9e873eadc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue