USB: ftdi_sio: remove redundant raise of DTR/RTS at open
authorJohan Hovold <jhovold@gmail.com>
Wed, 26 Jun 2013 14:47:33 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:28:22 +0000 (16:28 -0700)
commit3177130fd7827fcf792036eaa54d12156172ed5f
tree987ba366a91b496b9888ed3125e1e88d34ba4723
parentbe0278ccf3c05e7048cc6c7906e41bba0b41b8c7
USB: ftdi_sio: remove redundant raise of DTR/RTS at open

Do not raise DTR/RTS a second time in set_termios at open -- this has
already been taken care of by the tty layer.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ftdi_sio.c