提交 4c3897b1 编写于 作者: J Ji-Ze Hong (Peter Hong) 提交者: Greg Kroah-Hartman

serial: 8250_fintek: fix warning reported from smatch

This patch is fix the warning reported by smatch as following:

drivers/tty/serial/8250/8250_fintek.c:294 fintek_8250_goto_highspeed()
warn: inconsistent indenting
Signed-off-by: NJi-Ze Hong (Peter Hong) <hpeter+linux_kernel@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 58178914
...@@ -290,7 +290,7 @@ static void fintek_8250_goto_highspeed(struct uart_8250_port *uart, ...@@ -290,7 +290,7 @@ static void fintek_8250_goto_highspeed(struct uart_8250_port *uart,
F81866_UART_CLK_MASK, F81866_UART_CLK_MASK,
F81866_UART_CLK_14_769MHZ); F81866_UART_CLK_14_769MHZ);
uart->port.uartclk = 921600 * 16; uart->port.uartclk = 921600 * 16;
break; break;
default: /* leave clock speed untouched */ default: /* leave clock speed untouched */
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册