Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33452
b: refs/heads/master
c: b8b99e8
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Aug 23, 2006
1 parent 8fbd0f2 commit 10dfd45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f4184f73d5233214d3225a94fcf1bd4d6678d74
refs/heads/master: b8b99e857d0e258b0da17e55466e5142465d35fd
3 changes: 3 additions & 0 deletions trunk/drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,9 @@ static int __init sunzilog_console_setup(struct console *con, char *options)
unsigned long flags;
int baud, brg;

if (up->port.type != PORT_SUNZILOG)
return -1;

printk(KERN_INFO "Console: ttyS%d (SunZilog zs%d)\n",
(sunzilog_reg.minor - 64) + con->index, con->index);

Expand Down

0 comments on commit 10dfd45

Please sign in to comment.