X-Git-Url: https://git.decadent.org.uk/gitweb/?p=exar-uart-driver.git;a=blobdiff_plain;f=vizzini.c;fp=vizzini.c;h=4646098d5e75c352dc4f1cbb016656f5f1af9c8b;hp=9c08e013b948a617e1ee104d143fb88f5dc6a614;hb=2e70a32b66bedcbba4cc971f708015aa2cc360cc;hpb=c0ef8f258f87a8da6ffec19f963f3d9a657dcd84 diff --git a/vizzini.c b/vizzini.c index 9c08e01..4646098 100644 --- a/vizzini.c +++ b/vizzini.c @@ -1093,7 +1093,7 @@ static void xr21v141x_tty_set_termios(struct tty_struct *tty, speed_t rate; unsigned int format_size, format_parity, format_stop, flow, gpio_mode; - cflag = tty->termios->c_cflag; + cflag = tty->termios.c_cflag; xr21v141x->clocal = ((cflag & CLOCAL) != 0);