Loading drivers/char/tty_port.c +2 −1 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ int tty_port_block_til_ready(struct tty_port *port, while (1) { /* Indicate we are open */ if (tty->termios->c_cflag & CBAUD) tty_port_raise_dtr_rts(port); set_current_state(TASK_INTERRUPTIBLE); Loading Loading
drivers/char/tty_port.c +2 −1 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ int tty_port_block_til_ready(struct tty_port *port, while (1) { /* Indicate we are open */ if (tty->termios->c_cflag & CBAUD) tty_port_raise_dtr_rts(port); set_current_state(TASK_INTERRUPTIBLE); Loading