|
@@ -917,7 +917,7 @@ static int __init msm_console_setup(struct console *co, char *options)
|
|
|
{
|
|
|
struct uart_port *port;
|
|
|
struct msm_port *msm_port;
|
|
|
- int baud, flow, bits, parity;
|
|
|
+ int baud = 0, flow, bits, parity;
|
|
|
|
|
|
if (unlikely(co->index >= UART_NR || co->index < 0))
|
|
|
return -ENXIO;
|