mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +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…
Reference in New Issue
Block a user