]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/tty/synclink.c
TTY: move low_latency to tty_port
[karo-tx-linux.git] / drivers / tty / synclink.c
index 33656b35db058ce2ee0ad7c3be20aa6373198dff..2f6967d61a80e68d9146e41193969d2292271de0 100644 (file)
@@ -3415,7 +3415,7 @@ static int mgsl_open(struct tty_struct *tty, struct file * filp)
                goto cleanup;
        }
        
-       info->port.tty->low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0;
+       info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0;
 
        spin_lock_irqsave(&info->netlock, flags);
        if (info->netcount) {