提交 32cffe53 编写于 作者: N Nicolas Ferre 提交者: Greg Kroah-Hartman

tty/serial: atmel_serial: bootconsole removed from auto-enumerates

Auto-enumerate mechanism conflicts with bootconsoles: remove
the usage counter for this type of consoles.
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 a0340703
...@@ -1674,7 +1674,6 @@ static int __init atmel_console_init(void) ...@@ -1674,7 +1674,6 @@ static int __init atmel_console_init(void)
int id = atmel_default_console_device->id; int id = atmel_default_console_device->id;
struct atmel_uart_port *port = &atmel_ports[id]; struct atmel_uart_port *port = &atmel_ports[id];
set_bit(id, &atmel_ports_in_use);
port->backup_imr = 0; port->backup_imr = 0;
port->uart.line = id; port->uart.line = id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部