Commit 723c425f authored by Wei Liu's avatar Wei Liu

Driver: hv: vmbus: drop a no long applicable comment

None of the things mentioned in the comment is initialized in hv_init.
They've been moved elsewhere.
Signed-off-by: default avatarWei Liu <wei.liu@kernel.org>
Link: https://lore.kernel.org/r/20200506160806.118965-1-wei.liu@kernel.orgReviewed-by: default avatarMichael Kelley <mikelley@microsoft.com>
parent b7d18c57
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment