mxser: move board init into mxser_initbrd
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:49 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:10:01 +0000 (13:10 +0200)
commit57faa7d6148c2de56f7558eb0d4c837264553ba5
tree784840b39ec78369a99be4a9d70ad5b0c7529cf6
parentb441eb0f69d19cddf2018ded38a5f3ea7e392836
mxser: move board init into mxser_initbrd

What's done in ->probe for board is actually its initialization. So move
it to mxser_initbrd where it belongs.

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