aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.c')
-rw-r--r--drivers/usb/serial/ftdi_sio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 6e6b0da59287..42fea29637b3 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -2029,8 +2029,6 @@ static void ftdi_set_termios(struct tty_struct *tty,
2029 "urb failed to set to rts/cts flow control\n"); 2029 "urb failed to set to rts/cts flow control\n");
2030 } 2030 }
2031 2031
2032 /* raise DTR/RTS */
2033 set_mctrl(port, TIOCM_DTR | TIOCM_RTS);
2034 } else { 2032 } else {
2035 /* 2033 /*
2036 * Xon/Xoff code 2034 * Xon/Xoff code
@@ -2078,8 +2076,6 @@ static void ftdi_set_termios(struct tty_struct *tty,
2078 } 2076 }
2079 } 2077 }
2080 2078
2081 /* lower DTR/RTS */
2082 clear_mctrl(port, TIOCM_DTR | TIOCM_RTS);
2083 } 2079 }
2084 return; 2080 return;
2085} 2081}