X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fserial%2Fv850e_uart.c;h=5acf061b6cd295f054edd5c2b06a6d7fd1fda880;hb=e4c094a595ba8ea402e6b2153f7bbf6ef039eea0;hp=dd98aca6ed08114389c9b6a87ad5de07445a4a6b;hpb=cd39301a68f9604854f3543117b01dc73cbe193f;p=pandora-kernel.git diff --git a/drivers/serial/v850e_uart.c b/drivers/serial/v850e_uart.c index dd98aca6ed08..5acf061b6cd2 100644 --- a/drivers/serial/v850e_uart.c +++ b/drivers/serial/v850e_uart.c @@ -300,8 +300,8 @@ static irqreturn_t v850e_uart_rx_irq(int irq, void *data) port->icount.rx++; - tty_insert_flip_char (port->info->tty, ch, ch_stat); - tty_schedule_flip (port->info->tty); + tty_insert_flip_char (port->info->port.tty, ch, ch_stat); + tty_schedule_flip (port->info->port.tty); return IRQ_HANDLED; }