]> err.no Git - linux-2.6/blobdiff - drivers/serial/mpsc.c
ide: add ->set_irq method
[linux-2.6] / drivers / serial / mpsc.c
index da596e7971dede1096062c805ba4b81203d51466..c9f53e71f252eb2833db26f645a9621f0f68f7ba 100644 (file)
@@ -932,7 +932,7 @@ static int mpsc_make_ready(struct mpsc_port_info *pi)
 static int mpsc_rx_intr(struct mpsc_port_info *pi)
 {
        struct mpsc_rx_desc *rxre;
-       struct tty_struct *tty = pi->port.info->tty;
+       struct tty_struct *tty = pi->port.info->port.tty;
        u32     cmdstat, bytes_in, i;
        int     rc = 0;
        u8      *bp;