summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <martinez.javier@gmail.com>2010-12-31 07:17:01 +0100
committerJavier Martinez Canillas <martinez.javier@gmail.com>2010-12-31 07:17:01 +0100
commite980d70406f4dd40c1984886fd49c585414e36f6 (patch)
tree9aa4ea0d34af3de38bd9b64fee0344cd70564f10
parentf23985e22f5958fcb3ecb571e2e33e6e94a36720 (diff)
downloadldd3-e980d70406f4dd40c1984886fd49c585414e36f6.tar.gz
tty: tiny_serial: Fix uart_port->info to uart_port->state change
-rw-r--r--tty/tiny_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty/tiny_serial.c b/tty/tiny_serial.c
index a23b8be..996cfdb 100644
--- a/tty/tiny_serial.c
+++ b/tty/tiny_serial.c
@@ -103,7 +103,7 @@ static void tiny_timer(unsigned long data)
return;
if (!port->state)
return;
- tty = port->state->tty;
+ tty = port->state->port.tty;
if (!tty)
return;