tty: remove dtr/rts use from the driver open methods
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:24 +0000 (13:13 -0700)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:24 +0000 (13:13 -0700)
commit9a68e39d4a701fb3be03cae9b462408664ebd205
treece9d7cc1a598d42d1ba6d14620d8a5295cc4fcf7
parentd2b391822a11302add9e46476f3da4e18e6de84c
tty: remove dtr/rts use from the driver open methods

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cp210x.c