serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE
authorAndy Duan <fugang.duan@nxp.com>
Tue, 16 Oct 2018 07:32:19 +0000 (07:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Nov 2018 16:48:57 +0000 (08:48 -0800)
commit61e169ee7683630ee0276dd5dcb5599976757770
treecaf423050bc466ff98c76460e97381a4424e8a87
parentb312f6f4ac84bcd9587fd24316b5de7c3f319b88
serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE

Fix the typo: UARTCR1_PE -> UARTCTRL_PE
There have no function impacted since the macro define value is
the same.

Cc: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Andy Duan <fugang.duan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c