mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
mxser: remove info printout from init
There is no reason/desire to print module information upon module load. Drop this printk (and a version define). Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20210618061516.662-4-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1525490269
commit
cede216a05
@ -43,7 +43,6 @@
|
||||
|
||||
#include "mxser.h"
|
||||
|
||||
#define MXSER_VERSION "2.0.5" /* 1.14 */
|
||||
#define MXSERMAJOR 174
|
||||
|
||||
#define MXSER_BOARDS 4 /* Max. boards */
|
||||
@ -2427,9 +2426,6 @@ static int __init mxser_module_init(void)
|
||||
if (!mxvar_sdriver)
|
||||
return -ENOMEM;
|
||||
|
||||
printk(KERN_INFO "MOXA Smartio/Industio family driver version %s\n",
|
||||
MXSER_VERSION);
|
||||
|
||||
/* Initialize the tty_driver structure */
|
||||
mxvar_sdriver->name = "ttyMI";
|
||||
mxvar_sdriver->major = ttymajor;
|
||||
|
Loading…
Reference in New Issue
Block a user