mxser: move max_baud from port to board
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:16 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:09:58 +0000 (13:09 +0200)
commit928f946426905dd3ab4e166699baa26358cd8a8b
tree3b10da8bd2e420a3fc1fb01fe33ecd8d01237182
parent58a2ddb3aa859c7e5a7beee2c43c80ac2229c1ca
mxser: move max_baud from port to board

mxser_port::max_baud is actually a board property, not port's. So move
it to mxser_board.

While at it, drop the printk informing about max baud rate during probe.

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