]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/tty/hvc/hvcs.c
TTY: switch tty_insert_flip_string
[karo-tx-linux.git] / drivers / tty / hvc / hvcs.c
index 4a0ab98e9a634ba0845b9dd3eb4a57584130b382..7bfc0a924b2fa1fdeee48fbc9618d6e94fb431c1 100644 (file)
@@ -613,7 +613,7 @@ static int hvcs_io(struct hvcs_struct *hvcsd)
                got = hvc_get_chars(unit_address,
                                &buf[0],
                                HVCS_BUFF_LEN);
-               tty_insert_flip_string(tty, buf, got);
+               tty_insert_flip_string(&hvcsd->port, buf, got);
        }
 
        /* Give the TTY time to process the data we just sent. */