]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: sierra: remove redundant modem-control requests
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:04 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:04 +0000 (15:04 -0700)
commit7cdc3355a75584f35eab89ea324375594a61e81f
treeb9fa733bad81d8c2cf851084726ad49a6628cbf6
parenta283d080a49a5014f525bf722e5a6a07835e45ef
USB: sierra: remove redundant modem-control requests

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

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