Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201128
b: refs/heads/master
c: 7c1f6af
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 26, 2010
1 parent b6f7eb5 commit 121a2df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c87fe1c05d57e3fecd62e56da1b1ac4291116ebf
refs/heads/master: 7c1f6afcf98fe95fb3f2b70ce01cf66f6db53b5e
4 changes: 3 additions & 1 deletion trunk/drivers/serial/suncore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 121a2df

Please sign in to comment.