mxser: remove info message from probe
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:53 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:10:01 +0000 (13:10 +0200)
commit1e37f7333c89a5364511e3a0eaf28ff617ee42ed
tree53f159999530e3decc4c7f510ed67166739d5de9
parent7f0e79dc09692357ecd9bb7b9674352b74e0ffad
mxser: remove info message from probe

There is a dev_info in ->probe which prints device's name, bus and slot
numbers. All these can be fetched from the lspci output. So remove this
useless print.

This eliminates the whole mxser_cardinfo::name field.

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