serial: linflexuart: Remove redundant uart type assignment
authorLizhe <sensor1010@163.com>
Fri, 12 Jan 2024 13:39:23 +0000 (05:39 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Jan 2024 02:40:17 +0000 (18:40 -0800)
commite9e873eadced9389b819685a762c9892500f12d0
treea12c1ec25341968077e24553966e827353aa3dfa
parentfed99212acae832607817b24fa589f8aaf03103f
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>
drivers/tty/serial/fsl_linflexuart.c