tty: Use termios c_*flag macros
[deliverable/linux.git] / drivers / tty / serial / 68328serial.c
index 90639b590a10216e76b618e5da27d233eb34e09a..4931212e5cf6ca90370bf90ce1721a42a5e32846 100644 (file)
@@ -976,10 +976,8 @@ static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios)
 
        change_speed(info, tty);
 
-       if ((old_termios->c_cflag & CRTSCTS) &&
-           !(tty->termios.c_cflag & CRTSCTS))
+       if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty))
                rs_start(tty);
-       
 }
 
 /*
This page took 0.02484 seconds and 5 git commands to generate.