mxser: drop mxser_port::baud_base
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:41 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:10:00 +0000 (13:10 +0200)
commita6970c39c311f393c2a2b43733e1b4ce2b241f53
treeb4b7b8b6b29dc98ca5b33699d436735d35cc3233
parent01c3de9a10bb917b50d98f5565fb50dcafd1239a
mxser: drop mxser_port::baud_base

It's an once-set constant, so define a macro for the constant
(MXSER_BAUD_BASE) and use it in the code instead.

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