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

mxser_rs_break 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-56-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c