aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/s3c2410.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c
index c361c6fb0809..1195e6a0901a 100644
--- a/drivers/serial/s3c2410.c
+++ b/drivers/serial/s3c2410.c
@@ -753,8 +753,8 @@ static void s3c24xx_serial_set_termios(struct uart_port *port,
753{ 753{
754 struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); 754 struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port);
755 struct s3c24xx_uart_port *ourport = to_ourport(port); 755 struct s3c24xx_uart_port *ourport = to_ourport(port);
756 struct s3c24xx_uart_clksrc *clksrc; 756 struct s3c24xx_uart_clksrc *clksrc = NULL;
757 struct clk *clk; 757 struct clk *clk = NULL;
758 unsigned long flags; 758 unsigned long flags;
759 unsigned int baud, quot; 759 unsigned int baud, quot;
760 unsigned int ulcon; 760 unsigned int ulcon;