mxser: cleanup mxser_dtr_rts
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:15:02 +0000 (08:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:10:02 +0000 (13:10 +0200)
commit007bbdc87522d17d711ca6bef0d4fe85f62f8c84
tree6b1a380f0b5fbd48428a72428fa0a448e22c5e5e
parent5990843328360dcded98104f75045a92d241c043
mxser: cleanup mxser_dtr_rts

mxser_dtr_rts now does all inb, outb, & or | in a single statement.  The
code is hard to follow, so make it more readable by doing one-line =
one-statement.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-57-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c