serial: uniphier: fix typo in comment
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
055e5ad287
commit
26f0c8600e
@ -137,7 +137,7 @@ static int uniphier_serial_probe(struct udevice *dev)
|
||||
|
||||
priv->uartclk = clk_data->clk_rate;
|
||||
|
||||
/* flush the trasmitter empty before changing hw setting */
|
||||
/* flush the trasmitter before changing hw setting */
|
||||
while (!(readl(priv->membase + UNIPHIER_UART_LSR) & UART_LSR_TEMT))
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user