提交 b8b99e85 编写于 作者: D David S. Miller

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

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册