Commit b8b99e85 authored by David S. Miller's avatar David S. Miller

[SERIAL] sunzilog: Mirror the sunsab serial setup bug fix.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0f4184f7
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment