serial: fsl_lpuart: use UARTDATA_MASK macro
authorMichael Walle <michael@walle.cc>
Wed, 12 May 2021 14:12:48 +0000 (16:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 14:08:26 +0000 (16:08 +0200)
commitec22c3eec5439fb012a41d49b015c13ca9b91b6c
tree198a5af482d68f35a4d7d936a98f5896d610f718
parentccf08fd1204bcb5311cc10aea037c71c6e74720a
serial: fsl_lpuart: use UARTDATA_MASK macro

Use the corresponding macro instead of the magic number. While at it,
drop the useless cast to "unsigned char".

Signed-off-by: Michael Walle <michael@walle.cc>
Link: https://lore.kernel.org/r/20210512141255.18277-3-michael@walle.cc
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c