Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154284
b: refs/heads/master
c: 2e25406
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jun 24, 2009
1 parent 6cba9eb commit 32f4723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: ab7f6f3010a6c5ae147541168705a446cee511e7
refs/heads/master: 2e25406fb878e2313a9d8e302ed7ff3c2831198f
7 changes: 4 additions & 3 deletions trunk/arch/mips/sibyte/common/cfe_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ static int cfe_console_setup(struct console *cons, char *str)
setleds("u0cn");
} else if (!strcmp(consdev, "uart1")) {
setleds("u1cn");
} else
#endif
#ifdef CONFIG_VGA_CONSOLE
} else if (!strcmp(consdev, "pcconsole0")) {
setleds("pccn");
#endif
if (!strcmp(consdev, "pcconsole0")) {
setleds("pccn");
} else
#endif
return -ENODEV;
}
return 0;
Expand Down

0 comments on commit 32f4723

Please sign in to comment.