aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-09-24 13:12:01 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-26 16:41:05 -0400
commit3195fd23f8ea71344bd9bb2b451e72f4289e03ec (patch)
tree0981f2505eb93b725169e85a2ebb788e791ba635 /drivers
parent1685118f55209a518bb5efbbc91706f8b7fa7ffa (diff)
serial: sccnxp: Remove mask termios caps for SW flow control
The kernel will handle IXON/IXOFF/IXANY in software if the hardware doesn't do it. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tty/serial/sccnxp.c1
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,
531 531
532 /* Mask termios capabilities we don't support */ 532 /* Mask termios capabilities we don't support */
533 termios->c_cflag &= ~CMSPAR; 533 termios->c_cflag &= ~CMSPAR;
534 termios->c_iflag &= ~(IXON | IXOFF | IXANY);
535 534
536 /* Disable RX & TX, reset break condition, status and FIFOs */ 535 /* Disable RX & TX, reset break condition, status and FIFOs */
537 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET | 536 sccnxp_port_write(port, SCCNXP_CR_REG, CR_CMD_RX_RESET |