X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fserial%2Fucc_uart.c;h=5c5d18dcb6aca4b0443b9bb8d3d5b2579b5705c0;hb=f38954c93c4a548f55d73ac5c1cf5e7f4023bb6c;hp=566a8b42e05a2a061a281d66d9e40579bf7b17e1;hpb=66ee156078697cdc013d46aed3b2fee445c325a1;p=linux-2.6 diff --git a/drivers/serial/ucc_uart.c b/drivers/serial/ucc_uart.c index 566a8b42e0..5c5d18dcb6 100644 --- a/drivers/serial/ucc_uart.c +++ b/drivers/serial/ucc_uart.c @@ -466,7 +466,7 @@ static void qe_uart_int_rx(struct uart_qe_port *qe_port) int i; unsigned char ch, *cp; struct uart_port *port = &qe_port->port; - struct tty_struct *tty = port->info->tty; + struct tty_struct *tty = port->info->port.tty; struct qe_bd *bdp; u16 status; unsigned int flg;