tty: serial: fsl_lpuart: disable the break condition when shutdown the uart port
authorSherry Sun <sherry.sun@nxp.com>
Wed, 14 Dec 2022 03:11:36 +0000 (11:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2023 14:05:36 +0000 (15:05 +0100)
commit10929eac4144a656a966da69d8a5491395dc0a99
treeb23fbd65d13c002bb24734efaa28182724f02c8c
parentc4c81db5cf8bc53d6160c3abf26d382c841aa434
tty: serial: fsl_lpuart: disable the break condition when shutdown the uart port

Need to disable the break condition for lpuart driver when closing
the uart port like other uart drivers do.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Link: https://lore.kernel.org/r/20221214031137.28815-3-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c