aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
index adf76117a733..147c9e193595 100644
--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/imx.c
@@ -1211,7 +1211,7 @@ imx_console_write(struct console *co, const char *s, unsigned int count)
1211 struct imx_port *sport = imx_ports[co->index]; 1211 struct imx_port *sport = imx_ports[co->index];
1212 struct imx_port_ucrs old_ucr; 1212 struct imx_port_ucrs old_ucr;
1213 unsigned int ucr1; 1213 unsigned int ucr1;
1214 unsigned long flags; 1214 unsigned long flags = 0;
1215 int locked = 1; 1215 int locked = 1;
1216 1216
1217 if (sport->port.sysrq) 1217 if (sport->port.sysrq)