aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2011-10-19 05:36:20 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-19 11:35:32 -0400
commit32cffe537c7d426cfe33647fed403d409ea3f686 (patch)
tree1f23ea7ebbef50d77aee9e6643747a5934f61711 /drivers/tty/serial
parenta0340703981baa6cc1e9c7c768095a0a4e718daf (diff)
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: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/atmel_serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
index fc4081ead72..358bbb279d2 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -1674,7 +1674,6 @@ static int __init atmel_console_init(void)
1674 int id = atmel_default_console_device->id; 1674 int id = atmel_default_console_device->id;
1675 struct atmel_uart_port *port = &atmel_ports[id]; 1675 struct atmel_uart_port *port = &atmel_ports[id];
1676 1676
1677 set_bit(id, &atmel_ports_in_use);
1678 port->backup_imr = 0; 1677 port->backup_imr = 0;
1679 port->uart.line = id; 1678 port->uart.line = id;
1680 1679