USB: usb_wwan: remove redundant modem-control request
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:21 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:06 +0000 (15:04 -0700)
commit02803542b713060e6e05fcb88fa9258fd46985ca
tree5936167f124b1ac1da395164e6dbdbf84abb642c
parentc1c0180340aa73e747744abd7e06239f261d4ade
USB: usb_wwan: remove redundant modem-control request

The tty-port implementation has already made sure that DTR/RTS have been
raised by calling dtr_rts so remove the redundant call from open.

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