Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 0f4184f7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);