mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
sunserial: Don't call add_preferred_console() when console= is specified.
Reported-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c87fe1c05d
commit
7c1f6afcf9
@ -71,7 +71,9 @@ int sunserial_console_match(struct console *con, struct device_node *dp,
|
||||
|
||||
con->index = line;
|
||||
drv->cons = con;
|
||||
add_preferred_console(con->name, line, NULL);
|
||||
|
||||
if (!console_set_on_cmdline)
|
||||
add_preferred_console(con->name, line, NULL);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user