Commit 5b109564 authored by Zheng Yongjun's avatar Zheng Yongjun Committed by Greg Kroah-Hartman

tty/serial/imx: convert comma to semicolon

Replace a comma between expression statements by a semicolon.
Acked-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarZheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20201214133719.3893-1-zhengyongjun3@huawei.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d20c219c
...@@ -2248,7 +2248,7 @@ static int imx_uart_probe(struct platform_device *pdev) ...@@ -2248,7 +2248,7 @@ static int imx_uart_probe(struct platform_device *pdev)
sport->port.dev = &pdev->dev; sport->port.dev = &pdev->dev;
sport->port.mapbase = res->start; sport->port.mapbase = res->start;
sport->port.membase = base; sport->port.membase = base;
sport->port.type = PORT_IMX, sport->port.type = PORT_IMX;
sport->port.iotype = UPIO_MEM; sport->port.iotype = UPIO_MEM;
sport->port.irq = rxirq; sport->port.irq = rxirq;
sport->port.fifosize = 32; sport->port.fifosize = 32;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment