mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-05 02:42:25 +07:00
serial: fsl_lpuart: remove build warning
commit 2a41bc2a2b
("tty: serial: fsl_lpuart: add polled console
functions") caused a build warning about an unused variable, so fix it.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Nicolae Rosia <nicolae_rosia@mentor.com>
Cc: Stefan Golinschi <stefan.golinschi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b9c8b7fc25
commit
463e2a2b89
@ -473,8 +473,6 @@ static int lpuart_poll_init(struct uart_port *port)
|
|||||||
|
|
||||||
static void lpuart_poll_put_char(struct uart_port *port, unsigned char c)
|
static void lpuart_poll_put_char(struct uart_port *port, unsigned char c)
|
||||||
{
|
{
|
||||||
unsigned int status;
|
|
||||||
|
|
||||||
/* drain */
|
/* drain */
|
||||||
while (!(readb(port->membase + UARTSR1) & UARTSR1_TDRE))
|
while (!(readb(port->membase + UARTSR1) & UARTSR1_TDRE))
|
||||||
barrier();
|
barrier();
|
||||||
|
Loading…
Reference in New Issue
Block a user