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

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.org


Reviewed-by: default avatarMichael Kelley <mikelley@microsoft.com>
parent b7d18c57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);