[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190820.122925.1080288470348205792.davem@davemloft.net>
Date: Tue, 20 Aug 2019 12:29:25 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: haiyangz@...rosoft.com
Cc: sashal@...nel.org, saeedm@...lanox.com, leon@...nel.org,
eranbe@...lanox.com, lorenzo.pieralisi@....com,
bhelgaas@...gle.com, linux-pci@...r.kernel.org,
linux-hyperv@...r.kernel.org, netdev@...r.kernel.org,
kys@...rosoft.com, sthemmin@...rosoft.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next,v2 2/6] PCI: hv: Add a Hyper-V PCI interface
driver for software backchannel interface
From: Haiyang Zhang <haiyangz@...rosoft.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.
Powered by blists - more mailing lists