diff options
Diffstat (limited to 'drivers/tty/serial/sccnxp.c')
| -rw-r--r-- | drivers/tty/serial/sccnxp.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drivers/tty/serial/sccnxp.c b/drivers/tty/serial/sccnxp.c index a7a6659b96ef..f06981df80b7 100644 --- a/drivers/tty/serial/sccnxp.c +++ b/drivers/tty/serial/sccnxp.c @@ -531,7 +531,6 @@ static void sccnxp_set_termios(struct uart_port *port,  	/* Mask termios capabilities we don't support */  	termios->c_cflag &= ~CMSPAR; -	termios->c_iflag &= ~(IXON | IXOFF | IXANY);  	/* Disable RX & TX, reset break condition, status and FIFOs */  	sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET | | 
