Skip to content

Commit 723c425

Browse files
committed
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: Wei Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Michael Kelley <[email protected]>
1 parent b7d18c5 commit 723c425

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hv/vmbus_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,6 @@ static int vmbus_bus_init(void)
14041404
{
14051405
int ret;
14061406

1407-
/* Hypervisor initialization...setup hypercall page..etc */
14081407
ret = hv_init();
14091408
if (ret != 0) {
14101409
pr_err("Unable to initialize the hypervisor - 0x%x\n", ret);

0 commit comments

Comments
 (0)