OSDN Git Service

tty: synclink_gt: drop info messages from init/exit functions
authorJiri Slaby <jirislaby@kernel.org>
Mon, 31 Jul 2023 08:59:59 +0000 (10:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Jul 2023 15:16:20 +0000 (17:16 +0200)
commit833c31d244597d9521e199f16d6eb169ea517733
treed497ea2a4c59219563df88c7c763183c122d87f0
parente33ec544baa85b447b9decbe39cdc642c1366380
tty: synclink_gt: drop info messages from init/exit functions

It is preferred NOT to print anything from init and exit functions of a
module. (If everything goes fine.)

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230731090002.15680-5-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/synclink_gt.c