Thread (9 messages) 9 messages, 2 authors, 2019-08-20

Re: [PATCH net-next,v2 2/6] PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface

From: David Miller <davem@davemloft.net>
Date: 2019-08-20 19:29:29
Also in: linux-pci, lkml, netdev

From: Haiyang Zhang <haiyangz@microsoft.com>
Date: Mon, 19 Aug 2019 19:30:47 +0000
+static void __exit exit_hv_pci_intf(void)
+{
+	pr_info("unloaded\n");
+}
+
+static int __init init_hv_pci_intf(void)
+{
+	pr_info("loaded\n");
+
Clogging up the logs with useless messages like this is inappropriate.
Please remove these pr_info() calls.

Also, all of these symbols should probably be GPL exported.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help