提交 c35b49b7 编写于 作者: Q Qipan Li 提交者: Greg Kroah-Hartman

serial: sirf: assign console default index if users not set a valid one

it seems this is a more typical behaviour from reviewing other console
drivers.
Signed-off-by: NQipan Li <Qipan.Li@csr.com>
Signed-off-by: NBarry Song <Baohua.Song@csr.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 7f60f2fe
......@@ -1236,7 +1236,7 @@ sirfsoc_uart_console_setup(struct console *co, char *options)
struct sirfsoc_uart_port *sirfport;
struct sirfsoc_register *ureg;
if (co->index < 0 || co->index >= SIRFSOC_UART_NR)
return -EINVAL;
co->index = 1;
sirfport = sirf_ports[co->index];
if (!sirfport)
return -ENODEV;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册