Commit 3e88b937 authored by Linus Torvalds's avatar Linus Torvalds

USB serial console: fix compile warning

parent ee992802
......@@ -143,7 +143,7 @@ static int __init usb_console_setup(struct console *co, char *options)
return -ENODEV;
}
port = &serial->port[0];
port = serial->port[0];
port->tty = NULL;
info->port = port;
......
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