Merge branch 'bugzilla-11917' into release
[pandora-kernel.git] / drivers / serial / sc26xx.c
index ae2a9e2..e0be11c 100644 (file)
@@ -141,7 +141,7 @@ static struct tty_struct *receive_chars(struct uart_port *port)
        u8 status;
 
        if (port->info != NULL)         /* Unopened serial console */
-               tty = port->info->tty;
+               tty = port->info->port.tty;
 
        while (limit-- > 0) {
                status = READ_SC_PORT(port, SR);