tty: remove dtr/rts use from the driver open methods
commit55b664beda5a2990afb7e4ec809792e34753fe4e
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:24 +0000 (19 13:13 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 16:31:57 +0000 (5 09:31 -0700)
tree35e7e1ae4ee1408f4a5baa59f9da14035e4243a8
parentba331a257da5fdc9215db5562e0a5c2580edb23b
tty: remove dtr/rts use from the driver open methods

commit 9a68e39d4a701fb3be03cae9b462408664ebd205 upstream.

These are handled by the tty_port core code which will raise and lower the
carrier correctly in tty_wait_until_ready

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cp210x.c