From 03441d9d490289d337f28a8a527106b85359b634 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 19 Sep 2009 13:13:24 -0700 Subject: [PATCH] --- yaml --- r: 163836 b: refs/heads/master c: 9a68e39d4a701fb3be03cae9b462408664ebd205 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/cp210x.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index a630c3cbea88..fefd4c6bba79 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2b391822a11302add9e46476f3da4e18e6de84c +refs/heads/master: 9a68e39d4a701fb3be03cae9b462408664ebd205 diff --git a/trunk/drivers/usb/serial/cp210x.c b/trunk/drivers/usb/serial/cp210x.c index 985cbcf48bda..b5275c4a8eed 100644 --- a/trunk/drivers/usb/serial/cp210x.c +++ b/trunk/drivers/usb/serial/cp210x.c @@ -399,12 +399,6 @@ static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *port, /* Configure the termios structure */ cp210x_get_termios(tty, port); - - /* Set the DTR and RTS pins low */ - cp210x_tiocmset_port(tty ? (struct usb_serial_port *) tty->driver_data - : port, - NULL, TIOCM_DTR | TIOCM_RTS, 0); - return 0; }