Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Ji-Ze Hong (Peter Hong) <hpeter+linux_kernel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ji-Ze Hong (Peter Hong) and committed by
Greg Kroah-Hartman
4c3897b1 58178914

+1 -1
+1 -1
drivers/tty/serial/8250/8250_fintek.c
··· 290 290 F81866_UART_CLK_MASK, 291 291 F81866_UART_CLK_14_769MHZ); 292 292 293 - uart->port.uartclk = 921600 * 16; 293 + uart->port.uartclk = 921600 * 16; 294 294 break; 295 295 default: /* leave clock speed untouched */ 296 296 break;