projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'linus' into timers/hpet
[linux-2.6]
/
drivers
/
serial
/
v850e_uart.c
diff --git
a/drivers/serial/v850e_uart.c
b/drivers/serial/v850e_uart.c
index
dd98aca
..
5acf061
100644
(file)
--- 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;
}