]> git.baikalelectronics.ru Git - kernel.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)
commit668436b4ecc4cd0b684b568103b1408943db4d6d
treeb9fa733bad81d8c2cf851084726ad49a6628cbf6
parent7c01d7b69c04a998a90960ebca3d1837232af01b
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