tty: move the termios object into the tty
[deliverable/linux.git] / drivers / tty / serial / samsung.c
index d57f165d6be81fd4e9816a79e545fe5e0f008afc..5c5e7e09f23e67eda88a4dd7b188eabb5ee46e9a 100644 (file)
@@ -1035,7 +1035,7 @@ static int s3c24xx_serial_cpufreq_transition(struct notifier_block *nb,
                if (tty == NULL)
                        goto exit;
 
-               termios = tty->termios;
+               termios = &tty->termios;
 
                if (termios == NULL) {
                        printk(KERN_WARNING "%s: no termios?\n", __func__);
This page took 0.027354 seconds and 5 git commands to generate.