Skip to content

Commit

Permalink
Driver: hv: vmbus: drop a no long applicable comment
Browse files Browse the repository at this point in the history
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@kernel.org>
Link: https://lore.kernel.org/r/20200506160806.118965-1-wei.liu@kernel.org
Reviewed-by:  Michael Kelley <mikelley@microsoft.com>
  • Loading branch information
Wei Liu committed May 20, 2020
1 parent b7d18c5 commit 723c425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,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);
Expand Down

0 comments on commit 723c425

Please sign in to comment.