[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <MW2PR2101MB10521E94593C54B9E806CCBDD7A40@MW2PR2101MB1052.namprd21.prod.outlook.com>
Date: Wed, 6 May 2020 17:49:05 +0000
From: Michael Kelley <mikelley@...rosoft.com>
To: Wei Liu <wei.liu@...nel.org>,
"linux-hyperv@...r.kernel.org" <linux-hyperv@...r.kernel.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
KY Srinivasan <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Stephen Hemminger <sthemmin@...rosoft.com>
Subject: RE: [PATCH] Driver: hv: vmbus: drop a no long applicable comment
From: Wei Liu <wei.liu@...nel.org> Sent: Wednesday, May 6, 2020 9:08 AM
>
> None of the things mentioned in the comment is initialized in hv_init.
> They've been moved elsewhere.
>
> Signed-off-by: Wei Liu <wei.liu@...nel.org>
> ---
> drivers/hv/vmbus_drv.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index 3a27f6c5f3de..7efdcadc335e 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -1396,7 +1396,6 @@ static int vmbus_bus_init(void)
> {
> int ret;
>
> - /* Hypervisor initialization...setup hypercall page..etc */
> ret = hv_init();
> if (ret != 0) {
> pr_err("Unable to initialize the hypervisor - 0x%x\n", ret);
> --
> 2.20.1
Reviewed-by: Michael Kelley <mikelley@...rosoft.com>
Powered by blists - more mailing lists