]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mxser: make mxser_port::ldisc_stop_rx a bool
authorJiri Slaby <jslaby@suse.cz>
Wed, 22 Sep 2021 07:59:34 +0000 (09:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Oct 2021 12:08:08 +0000 (14:08 +0200)
commit19236287d8d5752b3d072bb8bd18b533ef085d15
tree2801d2ed506600883f53143886613c6927f46b78
parent7d5006d59da3595272ce524f0d8b507397d265ae
mxser: make mxser_port::ldisc_stop_rx a bool

It's used only as a yes-no variable, so make it a bool and switch the
set values appropriately.

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