- Fix compile errors in SGI console drivers (linux-next tree)
Fix compile errors in SGI console drivers caused by changes to the tty_port structures in the linux-next tree. Signed-off-by: Jack Steiner <steiner@sgi.com> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
87c25ef0a4
commit
b1ca7e7a0b
@@ -471,7 +471,7 @@ sn_receive_chars(struct sn_cons_port *port, unsigned long flags)
|
||||
|
||||
if (port->sc_port.info) {
|
||||
/* The serial_core stuffs are initilized, use them */
|
||||
tty = port->sc_port.info->tty;
|
||||
tty = port->sc_port.info->port.tty;
|
||||
}
|
||||
else {
|
||||
/* Not registered yet - can't pass to tty layer. */
|
||||
|
Reference in New Issue
Block a user