]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: serial: belkin_sa: clean up tiocmset()
authorJohan Hovold <johan@kernel.org>
Wed, 22 Oct 2025 15:26:35 +0000 (17:26 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 27 Oct 2025 08:21:55 +0000 (09:21 +0100)
commit66b1c554a83dbe30db382c527890fead49e777f5
tree697dce8dee8b523f59b846f2af64254c04a71090
parentd432df758f92c4c28aac409bc807fd1716167577
USB: serial: belkin_sa: clean up tiocmset()

Clean up the tiocmset() implementation by dropping the dtr and rts flags
to make the logic a little easier to follow.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/belkin_sa.c